Datasnap.DSCommon.TDSClientCallbackChannelManager.Copy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Copy: TDSClientCallbackChannelManager;

C++

TDSClientCallbackChannelManager* __fastcall Copy();

Properties

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

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