RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterMultiValueField.GetValues Method

Returns one of the values associated with the adapter field.

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

GetValues returns Unassigned. Descendants override this method. This method will be called when server-side script is used to iterate over field values using the Values property. 

 

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