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

TTaskDialogButtons.DefaultButton

Contains the collection item that is the default button for a Task dialog.

Declaration

Source position: dialogs.pp line 609

public property TTaskDialogButtons.DefaultButton : TTaskDialogBaseButtonItem
  read FDefaultButton
  write SetDefaultButton;

Description

DefaultButton is a TTaskDialogBaseButtonItem property with the button that is the default button for a Task dialog. The value for the property is updated when the Default property in a button item is changed.

See also

TTaskDialogBaseButtonItem.Default

  

Indicates if the button is the default button on a Task dialog.