RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterMultiValueField.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 implements the Values property. If the EchoActionFieldValue flag is true then the result is extracted from the HTTP request. Otherwise, the OnGetValues event is called. GetValues returns Unassigned if a value can't be found because OnGetValues is nil (Delphi) or NULL (C++) or the HTTP request does not contain a value for this adapter field. 

 

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