Datasnap.DSCommon.TDSClientCallbackChannelManager.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TDSClientCallbackChannelManager(System::Classes::TComponent* AOwner);

Properties

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

Description

Creates and initializes a TDSClientCallbackChannelManager instance.

Call the Create method to create and initialize a TDSClientCallbackChannelManager instance.

See Also