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