RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterUpdateField.GetValues Method

Returns one of the values provided by this adapter field.

Pascal
function GetValues(I: Integer): Variant; virtual;
C++
virtual __fastcall Variant GetValues(int I);

GetValues returns one of the values provided by this adapter field. GetValues calls GetValue. Descendant classes override this method. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!