Online Documentation for Advanced Query Builder for RAD Studio VCL
Parser property
Applies to
TCustomQueryBuilder component
Declaration
property Parser: TQBSelectParser;
Description
The Parser property is used for parsing the SELECT statement, assigned to the SQL property, for defining different objects (tables, fields, conditions, etc.) used in the query. This property is read-only.
See also: