RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TriggerReadRow.GetInt64 Method (int)

Returns long value of given column.

Pascal
function GetInt64(columnName: string): long;
function GetInt64(ordinal: Integer): long;
C++
long GetInt64(string columnName);
long GetInt64(int ordinal);

GetInt64 has several forms, depending on the input parameter:

  • Returns the long value of a given column. The parameter columnName is the name of the column containing the wanted value.
  • Returns the long value of a given column. The parameter ordinal is the ordinal of the column containing the wanted value.

 

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