RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapter.OnAfterValidateFields Event

Occurs after values in the HTTP request are validated by the adapter's fields.

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

Implement this event handler to perform custom validation of the HTTP request. 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 validation errors. 

 

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