[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains the text displayed and edited using the query control on the task dialog.
Source position: dialogs.pp line 823
public property TCustomTaskDialog.SimpleQuery : string |
SimpleQuery is a String property which contains free-form text maintained using the query control for the task dialog. A single-line edit control is used to display and edit the value for the property.
SimpleQuery is displayed on the dialog when tfSimpleQuery has been included in the Flags property. Please note that tfQuery and tfSimpleQuery flag values are mutually exclusive with tfQuery taking precedence.
Use QueryChoices if predefined choices selected using a combo-box control are needed on the task dialog.
Added in LCL version 4.0.
|
Character value used to obfuscate text in SimpleQuery for the query control. |
|
|
Set of options enabled for the Task dialog. |
|
|
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 |