Online Documentation for Advanced Query Builder for RAD Studio VCL
DoAddRemoveTable method
Applies to
TCustomQueryBuilder component
Declaration
type
TQBAction = (qbaAdd, qbaRemove);
function DoAddRemoveTable(Table: TQBTable; Action: TQBAction): Boolean;
Description
Use the DoAddRemoveTable method to add or remove table to the work area. The Table parameter is the TQBTtable object, which defines the properties of the table to add or remove. If Action is qbaAdd, then the table, specified by the Table parameter, is being added to the work area, otherwise it's being removed.
See also: