RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TAdapterActionExecuteEvent Type

TAdapterActionExecuteEvent is the type for event handlers on adapter objects that are called after one of its actions executes.

Pascal
TAdapterActionExecuteEvent = procedure (Sender: TObject; Action: TObject; Params: TStrings) of object;
C++
(Sender: TObject; Action: TObject; Params: TStrings) ( TAdapterActionExecuteEvent)();

TAdapterActionExecuteEvent is the type for event handlers of an adapter that can perform some or all of the tasks required after an action executes. 

Sender is the adapter component. 

Action is the action object that is executing. 

Params lists the parameters for the action, in 'Name=Value' format. 

 

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