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

TCommonButtons

Set type used to store values from the TCommonButton enumeration.

Declaration

Source position: lcltaskdialog.pas line 151

type TCommonButtons = set of (

  cbOK,

  

Represents the OK button.

  cbYes,

  

Represents the Yes button.

  cbNo,

  

Represents the No button.

  cbCancel,

  

Represents the Cancel button.

  cbRetry,

  

Represents the Retry button.

  cbClose

  

Represents the Close button.

);

Description

TCommonButtons is a set type used to store zero or more values from the TCommonButton enumeration. It represents the common or standard buttons which are enabled on a Task Dialog. TCommonButtons and TCommonButton are used in the implementation of the TTaskDialog and TTaskDialogEx record types. It is passed as an argument to the Execute method in TTaskDialog, and used to configure the buttons displayed on the task dialog form.

See also

TCommonButton

  

The standard common buttons handled by the Task Dialog.

TTaskDialog.Execute

  

Launches the task dialog form.

TTaskDialogEx

  

Provides a wrapper for the Execute method in TTaskDialog.


Version 3.2 Generated 2024-02-25 Home