RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBXSQLVAR.AsLong Property

Represents the XSQLVAR field's value as a Long integer value.

Pascal
property AsLong: Long;
C++
__property Long AsLong;

Use the AsLong property to read the value of the field's data into a Long integer, or to assign a Long integer 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!