RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.GetByte Method

Gets the specified column value as a byte.

Pascal
function GetByte(Ordinal: Integer): Byte; override;
C++
virtual __fastcall Byte GetByte(int Ordinal);

GetByte gets the specified zero-based column value as a byte value. 

 

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