Datasnap.DSCommon.TDSClientCallbackChannelManager.TParamSetup

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
anonMethod
class
Visibility: public
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: TDSClientCallbackChannelManager

Delphi

TParamSetup = reference to procedure (Params: TDBXParameterList);

C++

__interface TParamSetup  : public System::IInterface

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.

See Also