Unit 'Dialogs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TTaskDialogFlags

Declaration

Source position: dialogs.pp line 584

type TTaskDialogFlags = set of (

  tfEnableHyperlinks,

  

  tfUseHiconMain,

  

  tfUseHiconFooter,

  

  tfAllowDialogCancellation,

  

  tfUseCommandLinks,

  

  tfUseCommandLinksNoIcon,

  

  tfExpandFooterArea,

  

  tfExpandedByDefault,

  

  tfVerificationFlagChecked,

  

  tfShowProgressBar,

  

  tfShowMarqueeProgressBar,

  

  tfCallbackTimer,

  

  tfPositionRelativeToWindow,

  

  tfRtlLayout,

  

  tfNoDefaultRadioButton,

  

  tfCanBeMinimized,

  

  tfNoSetForeGround,

  

  tfSizeToContent,

  

  tfForceNonNative,

  

  tfEmulateClassicStyle,

  

  tfQuery,

  

  tfSimpleQuery,

  

  tfQueryFixedChoices,

  

  tfQueryFocused

  

);



CT Web help

CodeTyphon Studio