Datasnap.DSCommon.TDSClientCallbackChannelManager.TParamSetup
Delphi
TParamSetup = reference to procedure (Params: TDBXParameterList);
C++
__interface TParamSetup  : public System::IInterface
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| anonMethod class | public | Datasnap.DSCommon.pas Datasnap.DSCommon.hpp | Datasnap.DSCommon | TDSClientCallbackChannelManager | 
Description
Reference to a procedure that takes in a parameter list.
TParamSetup is a reference to a procedure that takes in a parameter list. TParamSetup is used within ExecuteRemote to set the value of the Params parameter to initialize the parameters.