Online Documentation for Advanced Query Builder for RAD Studio VCL

BeginReload method


Applies to

TCustomQueryBuilder component

 

Declaration

procedure BeginReload; virtual;

 

Description

 

The BeginReload method prepares the 'Criterions' and 'Grouping Criterions' areas for making any changes. You must call this method each time you want to change the Operators property and call EndReload when all the changes are done.

 


See also:

Operators property

EndReload method