RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.GetBoolean Method

Gets the specified column value as a Boolean.

Pascal
function GetBoolean(Ordinal: Integer): Boolean; override;
C++
virtual __fastcall Boolean GetBoolean(int Ordinal);

GetBoolean gets the specified zero-based column value as a Boolean. 

 

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