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

TTaskDialogIcon

Represents the available main icons for a task dialog.

Declaration

Source position: lcltaskdialog.pas line 154

type TTaskDialogIcon = (

  tiBlank,

  

Indicates the blank icon is used on a task dialog.

  tiWarning,

  

Represents the warning icon.

  tiQuestion,

  

Represents the question mark icon.

  tiError,

  

Represents the error icon.

  tiInformation,

  

Represents the information icon.

  tiNotUsed,

  

Indicates a main icon is not used on the task dialog.

  tiShield

  

Represents the shield icon.

);

Description

Values in the TTaskDialogIcon enumeration represent icons that can be displayed as the main icon on the task dialog.

Values in the enumeration are used as an index into arrays with resource identifiers declared in the implementation section for the unit. The values are also passed as an argument to implementation routines which to get resource strings for the index values.

A TTaskDialogIcon enumeration value is passed as an argument to the Execute method in TTaskDialog.

See also

TTaskDialog.Execute

  

Launches the task dialog form.


Version 3.2 Generated 2024-02-25 Home