[Overview][Types][Classes][Procedures and functions][Index] |
Represents the available main icons for an emulated task dialog.
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. |
); |
TLCLTaskDialogIcon is an enumerated type with values which represent the icons available as the main icon on an emulated task dialog form.
|
Gets the title displayed on the task dialog for the specified main icon. |
|
|
Identifier for an icon displayed on a Task dialog. |
Version 4.0 | Generated 2025-05-03 | Home |