RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TActionRequestFieldsEvent Type

TActionRequestFieldsEvent is the type for event handlers on adapter action objects that are called after the adapter performs some operation on its fields in response to an HTTP request.

Pascal
TActionRequestFieldsEvent = procedure (Sender: TObject; ActionRequest: IActionRequest; AdapterFields: TObjectList) of object;
C++
(Sender: TObject; ActionRequest: IActionRequest; AdapterFields: TObjectList) ( TActionRequestFieldsEvent)();

TActionRequestFieldsEvent is the type for event handlers that let you perform your own operations on adapter fields in response to an HTTP request. 

Sender is the adapter to which the fields belong. 

ActionRequest is an interface to the request object for the current HTTP request. 

AdapterFields lists the fields of the adapter for which the current HTTP request includes values. 

 

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