RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.GetInt64 Method

Gets the specified column value as a 64-bit signed integer.

Pascal
function GetInt64(Ordinal: Integer): Int64; override;
C++
virtual __fastcall Int64 GetInt64(int Ordinal);

GetInt64 gets the specified zero-based column value as a 64-bit signed integer. 

 

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