Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSChannelCallback.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const InvokeEvent: TDSChannelInvokeEvent;
const InvokeObjectEvent: TDSChannelInvokeEvent;
const BroadcastEvent: TDSChannelBroadcastEvent;
const BroadcastObjectEvent: TDSChannelBroadcastEvent); overload;

C++

__fastcall TDSChannelCallback(const TDSClientCallbackChannelManager::TDSChannelInvokeEvent InvokeEvent, const TDSClientCallbackChannelManager::TDSChannelInvokeEvent InvokeObjectEvent, const TDSClientCallbackChannelManager::TDSChannelBroadcastEvent BroadcastEvent, const TDSClientCallbackChannelManager::TDSChannelBroadcastEvent BroadcastObjectEvent)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSChannelCallback

Description

Creates and initializes a new channel callback object.

The Create constructor creates and initializes a new instance of the TDSChannelCallback object.

See Also