RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TActionExecuteEvent Type

TActionExecuteEvent is the type for event handlers on adapter action objects that are called when the action executes.

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

TActionExecuteEvent is the type for event handlers of an adapter action that can perform some or all of the action's tasks when the action executes. 

Sender is the object that represents the adapter action. 

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!