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

TTaskDialogFooterIcon

Represents the available footer icons for a task dialog.

Declaration

Source position: lcltaskdialog.pas line 158

type TTaskDialogFooterIcon = (

  tfiBlank,

  

Represents a blank icon with no image.

  tfiWarning,

  

Represents the warning icon.

  tfiQuestion,

  

Represents the question icon.

  tfiError,

  

Represents the error icon.

  tfiInformation,

  

Represents the information icon.

  tfiShield

  

Represents the shield icon.

);

Description

TTaskDialogFooterIcon is an enumerated type with values which represent the available footer icons for a 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 TTaskDialogFooterIcon 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