Online Documentation for Advanced Query Builder for RAD Studio VCL

Items


Applies to

TQueryBuilders component

 

Declaration

property Items[Index: Integer]: TQueryBuilder;

 

Description

 

The QueryBuilder property is a collection of TQueryBuilder components. Each item in this collection represents a single SELECT SQL statement.

 

Use the Items property to access individual items in a collection. The value of the Index parameter corresponds to the Index property of a collection item.  It represents its position in the collection.  Items are zero-based indexed.  If the Index parameter value is negative or exceeds the maximum available index, an exception is raised.  The last available item index is always one less than the Count property value.

 


See also:

Add method

FindByName method