RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.GetValue Method

Gets the specified column value as an Object.

Pascal
function GetValue(ordinal: Integer): TObject; override;
C++
virtual __fastcall TObject * GetValue(int ordinal);

GetValue gets the specified zero-based column value in the current row as an Object instance. 

 

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