RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterMultiValueField.ImplUpdateValue Method

Updates the adapter field with value(s) entered by the end-user.

Pascal
procedure ImplUpdateValue(AActionRequest: IActionRequest; AFieldIndex: Integer); override;
C++
virtual __fastcall ImplUpdateValue(IActionRequest AActionRequest, int AFieldIndex);

ImplUpdateValue overrides TAdapterUpdateField's ImplUpdateValue method. After checking that the end-user has rights to modify this adapter field, the OnUpdateValues event is called. 

 

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