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

Returns boolean value of given column.

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

GetBoolean has several forms, depending on the input parameter:

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