Datasnap.DSServer.TDSCallbackTunnelManager.Instance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Instance: TDSCallbackTunnelManager read FInstance;

C++

/* static */ __property TDSCallbackTunnelManager* Instance = {read=FInstance};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSCallbackTunnelManager

Description

Returns the singleton instance of the TDSCallbackTunnelManager class.

Read the Instance property to obtain the singleton instance of the TDSCallbackTunnelManager class.

See Also