[Overview][Types][Classes][Procedures and functions][Index] |
Represents the textual display elements on a task dialog form.
Source position: taskdlgemulation.pp line 54
type TTaskDialogElement = ( |
||
tdeContent, |
|
Content area which contains the text for the task dialog. |
tdeExpandedInfo, |
|
Area with the expanded text for a task dialog. |
tdeFooter, |
|
Area displayed at the bottom of a task dialog with the footer text and icon. |
tdeMainInstruction, |
|
Area with the title for a task dialog. |
tdeEdit, |
|
Area used to display the query or simple query controls for a task dialog. |
tdeVerif |
|
Area used to display the check box with the verification text for a task dialog. |
); |
TTaskDialogElement is an enumerated type with values which represent the display areas for elements on an emulated task dialog form. Values in TTaskDialogElement are used in the implementation of TLCLTaskDialog as an index for TLabel instances used on the dialog form.
|
Implements an emulated (non-native) task dialog form. |
|
|
Configures and initializes properties and controls used on the emulated task dialog form. |
Version 4.0 | Generated 2025-05-03 | Home |