RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapterMemoField.ImplUpdateValue Method

Verifies that the field has modify access rights, and if so updates the value for this TCustomDataSetAdapterMemoField.

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

The ImplUpdateValue procedure first verifies that the field has modify access rights, and if so updates the value for this TCustomDataSetAdapterMemoField

 

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