RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter.OnBeforeUpdateFields Event

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

Pascal
property OnBeforeUpdateFields: TActionRequestFieldsHandledEvent;
C++
__property TActionRequestFieldsHandledEvent OnBeforeUpdateFields;

Implement this event handler to perform custom updates of adapter fields. The AdapterFields parameter lists all of the adapter fields that have corresponding values in the HTTP request. Set the Handled flag to prevent any further updates. Add update errors to the adapter's errors object. 

 

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