RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBXSQLVAR.AsInt64 Property

Represents the XSQLVAR field's value as a 64-bit integer.

Pascal
property AsInt64: Int64;
C++
__property Int64 AsInt64;

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