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

TLCLTaskDialogIcon

Represents the available main icons for an emulated task dialog.

Declaration

Source position: taskdlgemulation.pp line 183

type TLCLTaskDialogIcon = (

  tiBlank,

  

Indicates that an icon is not used on the dialog form.

  tiWarning,

  

Represents the Warning icon.

  tiQuestion,

  

Represents the Question Mark icon.

  tiError,

  

Represents the Error icon.

  tiInformation,

  

Represents the Information icon.

  tiNotUsed,

  

This value is not used.

  tiShield

  

Represents the Shield icon.

);

Description

TLCLTaskDialogIcon is an enumerated type with values which represent the icons available as the main icon on an emulated task dialog form.

See also

IconMessage

  

Gets the title displayed on the task dialog for the specified main icon.

TTaskDialogIcon

  

Identifier for an icon displayed on a Task dialog.


Version 4.0 Generated 2025-05-03 Home