Online Documentation for Advanced Query Builder for RAD Studio VCL
Options property
Applies to
TCustomQueryBuilder component
Declaration
type
TQBOptions = set of(qboRowSelect, qboDragFieldName, qboHideSelection, qboShowFieldTypes, qboClearTabsOnTypeChange);
property Options: TQBOptions;
Description
The Options property is a set of suboptions which define the following options of the component:
qboRowSelect |
selects the whole row in the 'Criteria' area |
qboDragFieldName |
shows the field name on dragging the field |
qboHideSelection |
hides the selected items if the object is inactive |
qboShowFieldTypes |
shows the field types by hint |
qboClearTabsOnTypeChange |
indicates to clear 'Criterion' tabs when changing type of the query (SELECT, INSERT, etc.) |
See also: