[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
String representation for the query entered or selected on the dialog form.
Source position: dialogs.pp line 820
public property TCustomTaskDialog.QueryResult : string |
QueryResult is a String property with the value for the query control dialog form. The content may reflect either the SimpleQuery or the selected value in QueryChoices for the class instance.
Use Flags to specify which editing control and mode are used to capture the query value (tfSimpleQuery for SimpleQuery and tfQuery for QueryChoices).
QueryResult is set to an empty string ('') when the Execute method is called, and updated prior to exit.
Use ModalResult to determine the button or key press used to complete execution of the task dialog. The value in QueryResult is set to the respective source even when Esc or Alt+F4 is used to cancel the task dialog.
Added in LCL version 4.0.
|
Predefined values for the query control on the task dialog. |
|
|
Ordinal position for the value in QueryChoices selected when the task dialog is executed. |
|
|
Contains the text displayed and edited using the query control on the task dialog. |
|
|
Set of options enabled for the Task dialog. |
|
|
Displays the task dialog and captures the modal result value. |
|
|
Performs actions to configure and execute the dialog. |
|
|
Modal result value returned when the Task dialog was executed. |
|
|
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 |