TTaskDialogButton Class

Represents type TTaskDialogButton.

Namespace: System.UI.Dialogs
TObject
  System.Classes.TPersistent
    System.Classes.TCollectionItem
      System.UI.Dialogs.TTaskDialogButton
type
 TTaskDialogButton = class(TCollectionItem)
 end;

The TTaskDialogButton type exposes the following members.

Show:
 NameDescription
Caption

Represents property Caption.

Default

Represents property Default.

Hint

Represents property Hint.

ModalResult

Represents property ModalResult.

Top
Show:
 NameDescription
Assign(TPersistent)

Represents method Assign(TPersistent). (Inherited from TPersistent.)

AssignTo(TPersistent)

Represents method AssignTo(TPersistent). (Inherited from TPersistent.)

GetCaption

Represents method GetCaption.

GetDefault

Represents method GetDefault.

GetHint

Represents method GetHint.

GetModalResult

Represents method GetModalResult.

SetCaption(String)

Represents method SetCaption(String).

SetDefault(Boolean)

Represents method SetDefault(Boolean).

SetHint(String)

Represents method SetHint(String).

Top