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

TCommonButton

The standard common buttons handled by the Task Dialog.

Declaration

Source position: lcltaskdialog.pas line 147

type TCommonButton = (

  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

TCommonButton is an enumeration type with values that represent common or standard buttons which can be displayed on a Task Dialog. Values in TCommonButton are stored in the TCommonButtons set type, and used in the implementation of the TTaskDialog and TTaskDialogEx record types.

See also

TCommonButtons

  

Set type used to store values from the TCommonButton enumeration.

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