Online Documentation for Advanced Query Builder for RAD Studio VCL

DoAddRemoveLink method


Applies to

TCustomQueryBuilder component

 

Declaration

type

  TQBAction = (qbaAdd, qbaRemove);

 

function DoAddRemoveLink(Link: TQBLink; Action: TQBAction): Boolean;

 

Description

 

Use the DoAddRemoveLink method to add or remove link to the work area. The Link parameter is the TQBLink object, which defines the properties of the link to add or remove. If Action is qbaAdd, then the link, specified by the Link parameter, is being added to the work area, otherwise it's being removed.

 


See also:

DoAddRemoveTable method