Datasnap.DSCommon.TDSClientCallbackChannelManager.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Description

Creates and initializes a TDSClientCallbackChannelManager instance.

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

See Also