RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterUpdateField.ConvertValues Method

Retrieves a value entered by the end-user.

Pascal
function ConvertValues(AValue: IActionFieldValue; Index: Integer): Variant; virtual;
C++
virtual __fastcall Variant ConvertValues(IActionFieldValue AValue, int Index);

ConvertValues is called to retrieve, as a variant, a particular value entered by the end-user for this adapter field. 

 

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