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

Returns int value of given column.

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

GetInt32 has several forms, depending on the input parameter:

  • Returns the int value of a given column. The parameter columnName is the name of the column containing the wanted value.
  • Returns the int 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!