RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBXSQLVAR.AsPointer Property

Represents the XSQLVAR field's value as a Pointer value.

Pascal
property AsPointer: Pointer;
C++
__property void * AsPointer;

Use the AsPointer property to read the value of the field's data into an object or variable of type Pointer, or to assign a Pointer 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!