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

TEmulatedTaskDialog.Combo

Control with the selection list for the task dialog form.

Declaration

Source position: lcltaskdialog.pas line 214

public TEmulatedTaskDialog.Combo : TComboBox;

Description

Combo is a TComboBox member with the list of selectable items displayed on the task dialog form.

Use Edit to access the control used for the query input value on the dialog.

Use Verif to access the control with the verification text displayed on the dialog.

Use Element to access other visual elements with textual values displayed on the dialog.

See also

TEmulatedTaskDialog.Edit

  

Control used to edit the optional query input for the task dialog dialog.

TEmulatedTaskDialog.Verif

  

Check box control for the verification text displayed on the task dialog form.

TEmulatedTaskDialog.Element

  

Provides indexed access to the label for a visual element on the task dialog form by its TTaskDialogElement value.

TComboBox

  

Implements a control with an edit box and a drop-down list allowing one of several options to be chosen.


Version 4.0 Generated 2025-05-03 Home