Online Documentation for Advanced Query Builder for RAD Studio VCL

TypeQuery property


Applies to

TFullQueryBuilder component

 

Declaration

type

 TQBTypeQuery = (tqSelect, tqInsert, tqUpdate, tqDelete);

property TypeQuery: TQBTypeQuery;

 

Description

 

The TypeQuery property determines SQL statement represented by the component. There are SELECT, INSERT, UPDATE and DELETE statements availiable for building.

 


See also:

OnlySelect property

UnionAllByDefault property