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

Returns the byte value of a given column.

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

GetByte has several forms, depending on the input parameter:

  • Returns the value in the Column named columnName as a byte. The parameter columnName is the name of the column containing the wanted value.
  • Returns the value in the column indicated by its ordinal as a byte. 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!