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

TTaskDialog

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: dialogs.pp line 828

type TTaskDialog = class(TCustomTaskDialog)

published

  property Buttons: TTaskDialogButtons;

  

  property Caption: TTranslateString;

  

  property CommonButtons: TTaskDialogCommonButtons;

  

  property CollapseButtonCaption: TTranslateString;

  

  property CustomFooterIcon: TIcon;

  

  property CustomMainIcon: TIcon;

  

  property DefaultButton: TTaskDialogCommonButton;

  

  property ExpandButtonCaption: TTranslateString;

  

  property ExpandedText: TTranslateString;

  

  property Flags: TTaskDialogFlags;

  

  property FooterIcon: TTaskDialogIcon;

  

  property FooterText: TTranslateString;

  

  property MainIcon: TTaskDialogIcon;

  

  property ProgressBar: TTaskDialogProgressBar;

  

  property RadioButtons: TTaskDialogButtons;

  

  property QueryChoices: TStrings;

  

  property QueryItemIndex: Integer;

  

  property SimpleQuery: string;

  

  property SimpleQueryPasswordChar: char;

  

  property Text: TTranslateString;

  

  property Title: TTranslateString;

  

  property VerificationText: TTranslateString;

  

  property Width: Integer;

  

  property OnButtonClicked: TTaskDlgClickEvent;

  

  property OnDialogConstructed: TNotifyEvent;

  

  property OnDialogCreated: TNotifyEvent;

  

  property OnDialogDestroyed: TNotifyEvent;

  

  property OnVerificationClicked: TNotifyEvent;

  

  property OnExpanded: TNotifyEvent;

  

  property OnTimer: TTaskDlgTimerEvent;

  

  property OnRadioButtonClicked: TNotifyEvent;

  

  property OnHyperlinkClicked: TNotifyEvent;

  

end;

Inheritance

TTaskDialog

  

|

TCustomTaskDialog

  

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio