RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.GetValues Method

Gets all column values as an array of Objects.

Pascal
function GetValues(Values: TObjectArray): Integer; override;
C++
virtual __fastcall int GetValues(TObjectArray Values);

GetValues gets the current row's column values as an array of Object instances in the given Object array. Returns the number of array Objects. 

 

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