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

TTaskDialogElement

Represents visual elements which can be displayed on a task dialog.

Declaration

Source position: lcltaskdialog.pas line 194

type TTaskDialogElement = (

  tdeContent,

  

Represents the primary content for a dialog.

  tdeExpandedInfo,

  

Represents additional text which can be displayed in the expandable area for a task dialog.

  tdeFooter,

  

Represents the text displayed in the footer area for a task dialog.

  tdeMainInstruction,

  

Represents the main instruction displayed at the top of the task dialog. When omitted, a resource string describing the main icon is used.

  tdeEdit,

  

Represents the query input value for the task dialog.

  tdeVerif

  

Represents the verification text displayed in a check box at the bottom of the task dialog.

);

Description

TTaskDialogElement is an enumerated type with values that represent the visual elements for a task dialog. The values map to low-level TDE_CONTENT...TDE_MAIN_INSTRUCTION constants, the query editor, or the check box on a dialog. tdeEdit is for the query editor. tdeVerif is for the check box.

TTaskDialogElement are passed as an argument to the SetElementText method in TTaskDialog used to set the value for the visual element.

See also

TTaskDialog.SetElementText

  

Sets the value for the specified visual element on the dialog.


Version 3.2 Generated 2024-02-25 Home