[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Source position: lcltaskdialog.pas line 177
type TTaskDialogFlags = set of ( |
||
tdfEnableHyperLinks, |
|
|
tdfUseHIconMain, |
|
|
tdfUseHIconFooter, |
|
|
tdfAllowDialogCancellation, |
|
|
tdfUseCommandLinks, |
|
|
tdfUseCommandLinksNoIcon, |
|
|
tdfExpandFooterArea, |
|
|
tdfExpandByDefault, |
|
|
tdfVerificationFlagChecked, |
|
|
tdfShowProgressBar, |
|
|
tdfShowMarqueeProgressBar, |
|
|
tdfCallbackTimer, |
|
|
tdfPositionRelativeToWindow, |
|
|
tdfRtlLayout, |
|
|
tdfNoDefaultRadioButton, |
|
|
tdfCanBeMinimized, |
|
|
tdfQuery, |
|
|
tdfQueryMasked, |
|
|
tdfQueryFieldFocused |
|
|
); |
lazarus-ccr.sourceforge.net |