[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Predefined values for the query control on the task dialog.
Source position: dialogs.pp line 818
public property TCustomTaskDialog.QueryChoices : TStrings |
QueryChoices is a TStrings property with a list of predefined values that can be selected in the query control on the task dialog. Values in QueryChoices are displayed in a TComboBox control created for the task dialog when tfQuery has been included in the Flags property. Include tfQueryFixedChoices in Flags to make the values in QueryChoices read-only in the combo-box control.
Use QueryItemIndex to determine which value is initially selected in QueryChoices, or returned when the task dialog was executed. Use QueryResult to access the string value returned in the query control.
Added in LCL version 4.0.
|
Set of options enabled for the Task dialog. |
|
|
Ordinal position for the value in QueryChoices selected when the task dialog is executed. |
|
|
String representation for the query entered or selected on the dialog form. |
|
|
Displays the task dialog and captures the modal result value. |
|
|
Set type used to store values from the TTaskDialogFlag enumeration. |
|
|
Represents options that can be enabled for TTaskDialog. |
Version 4.0 | Generated 2025-05-03 | Home |