[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Control with the selection list for the task dialog form.
Source position: lcltaskdialog.pas line 212
public TEmulatedTaskDialog.Combo : TComboBox; |
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.
|
Control used to edit the optional query input for the task dialog dialog. |
|
|
Check box control for the verification text displayed on the task dialog form. |
|
|
Provides indexed access to the label for a visual element on the task dialog form by its TTaskDialogElement value. |
|
|
A combination of an edit box and a (drop-down) list allowing one of several options to be chosen. |