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

Returns short value of given column.

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

GetInt16 has several forms, depending on the input parameter:

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