Datasnap.DSServer.TDSCallbackTunnelManager.Instance

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Unit: Datasnap.DSServer
Parent: TDSCallbackTunnelManager

Delphi

class property Instance: TDSCallbackTunnelManager read FInstance;

C++

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

Description

Returns the singleton instance of the TDSCallbackTunnelManager class.

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

See Also