RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXValue.GetInt64 Method

Gets the 64-byte integer value for 64-byte integer data types.

Pascal
function GetInt64: Int64; virtual;
C++
virtual __fastcall Int64 GetInt64();

Gets the 64-byte integer value for TDBXValue instances with a data type of Int64Type. Throws a TDBXError exception if IsNull is true. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!