Datasnap.DSCommon.TDSClientCallbackChannelManager.Copy

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function Copy: TDSClientCallbackChannelManager;

C++

TDSClientCallbackChannelManager* __fastcall Copy();

Description

Makes a copy of this manager, without any of its registered callbacks.

The Copy method is used to make a copy of this manager, without any of its registered callbacks.

See Also