RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapter.OnAfterUpdateFields Event

Occurs after values in the HTTP request are used to update adapter fields.

Pascal
property OnAfterUpdateFields: TActionRequestFieldsEvent;
C++
__property TActionRequestFieldsEvent OnAfterUpdateFields;

Implement this event handler to perform custom updates. The AdapterFields parameter lists all of the adapter fields that have corresponding values in the HTTP request. The adapter's errors object is used to record update errors. 

 

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