RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPagedAdapter.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!