[Overview][Types][Classes][Procedures and functions][Index] |
Gets the title displayed on the task dialog for the specified main icon.
Source position: taskdlgemulation.pp line 188
function IconMessage( |
Icon: TTaskDialogIcon |
):string; |
Icon |
|
Specifies the icon used to identify the translated message in the return value. |
Translated message content for the specified icon.
IconMessage is a String function used to get the title displayed on an emulated task dialog for the specified icon. It is used in the implementation of TLCLTaskDialog to retrieve the title on the emulated task dialog when the value has not already been assigned. The return value contains the translated resource string associated with the index value in the Icon argument. For example:
|
Implements an emulated (non-native) task dialog form. |
|
|
Identifier for an icon displayed on a Task dialog. |
Version 4.0 | Generated 2025-05-03 | Home |