RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBXSQLVAR.AsXSQLVAR Property

Represents the XSQLVAR field's value as an XSQLVAR value.

Pascal
property AsXSQLVAR: PXSQLVAR;
C++
__property PXSQLVAR AsXSQLVAR;

Use the AsXSQLVAR property to read the value of the field's data into an object or variable of type XSQLVAR, or to assign an XSQLVAR value to the contents of the field. 

 

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