RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TActionGetParamsEvent Type

TActionGetParamsEvent is the type for event handlers that supply the parameters for an adapter action.

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

TActionGetParamsEvent is the type for event handlers of an adapter action that supply the parameters needed to execute the action. 

Sender is the object that represents the adapter action. 

Params is a string list that the event handler can fill with parameters. Each parameter should have the format ParamName=ParamValue. 

 

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