RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TAdapterActionGetParamsEvent Type

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

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

TAdapterActionGetParamsEvent is the type for event handlers of an adapter that can supply the parameters needed to execute one of the adapter's actions. 

Sender is the adapter to which the action belongs. 

Action is the adapter whose parameters are requested. 

Params is a string list to which you can add parameter values in Name=Value format. 

 

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