[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

TTaskDialogButtons.DefaultButton

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

Declaration

Source position: dialogs.pp line 670

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.


Version 4.0 Generated 2025-05-03 Home