RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.GetChar Method

Gets the specified column value as a single character.

Pascal
function GetChar(Ordinal: Integer): Char; override;
C++
virtual __fastcall Char GetChar(int Ordinal);

GetChar gets the specified zero-based column value as a single character. 

 

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