TTaskDialog Class

Represents type TTaskDialog.

Namespace: System.UI.Dialogs
TObject
  System.UI.Dialogs.TTaskDialog
type
 TTaskDialog = class(TObject)
 end;

The TTaskDialog type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TTaskDialog class.

Top
Show:
 NameDescription
Buttons

Represents property Buttons.

CommonButtons

Represents property CommonButtons.

Content

Represents property Content.

DialogIcon

Represents property DialogIcon.

Footer

Represents property Footer.

FooterIcon

Represents property FooterIcon.

Info

Represents property Info.

InfoCollapseButtonCaption

Represents property InfoCollapseButtonCaption.

InfoExpandButtonCaption

Represents property InfoExpandButtonCaption.

Instruction

Represents property Instruction.

Options

Represents property Options.

Title

Represents property Title.

Verify

Represents property Verify.

VerifyChecked

Represents property VerifyChecked.

Width

Represents property Width.

Top
Show:
 NameDescription
Execute

Represents method Execute.

GetButtons

Represents method GetButtons.

GetCommonButtons

Represents method GetCommonButtons.

GetContent

Represents method GetContent.

GetDialogIcon

Represents method GetDialogIcon.

GetFooter

Represents method GetFooter.

GetFooterIcon

Represents method GetFooterIcon.

GetInfo

Represents method GetInfo.

GetInfoCollapseButtonCaption

Represents method GetInfoCollapseButtonCaption.

GetInfoExpandButtonCaption

Represents method GetInfoExpandButtonCaption.

GetInstruction

Represents method GetInstruction.

GetOptions

Represents method GetOptions.

GetTitle

Represents method GetTitle.

GetVerify

Represents method GetVerify.

GetVerifyChecked

Represents method GetVerifyChecked.

GetWidth

Represents method GetWidth.

SetCommonButtons(TTaskDialogCommonButtons)

Represents method SetCommonButtons(TTaskDialogCommonButtons).

SetContent(String)

Represents method SetContent(String).

SetDialogIcon(TTaskDialogIcon)

Represents method SetDialogIcon(TTaskDialogIcon).

SetFooter(String)

Represents method SetFooter(String).

SetFooterIcon(TTaskDialogFooterIcon)

Represents method SetFooterIcon(TTaskDialogFooterIcon).

SetInfo(String)

Represents method SetInfo(String).

SetInfoCollapseButtonCaption(String)

Represents method SetInfoCollapseButtonCaption(String).

SetInfoExpandButtonCaption(String)

Represents method SetInfoExpandButtonCaption(String).

SetInstruction(String)

Represents method SetInstruction(String).

SetOptions(TTaskDialogOptions)

Represents method SetOptions(TTaskDialogOptions).

SetTitle(String)

Represents method SetTitle(String).

SetVerify(String)

Represents method SetVerify(String).

SetVerifyChecked(Boolean)

Represents method SetVerifyChecked(Boolean).

SetWidth(Integer)

Represents method SetWidth(Integer).

Top