RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBXSQLDA.Vars Property

Returns the XSQLVAR defined for the XSQLDA parameter.

Pascal
property Vars [Idx: Integer]: TIBXSQLVAR;
C++
__property TIBXSQLVAR Vars[int Idx];

Use Vars to return the XSQLVAR defined for the XSQLDA parameter. 

Vars is the default property for TIBXSQLDSA, which means that the name of the Vars property can be omitted when the TIBXSQLDA object implements a property in another object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!