API:Datasnap.DSSession.TDSRemoteSession.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSRemoteSession

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSRemoteSession();

Description

Destroys the TDSTunnelSession instance.

Datasnap.DSSession.TDSRemoteSession.Destroy inherits from Datasnap.DSSession.TDSTunnelSession.Destroy. All content below this line refers to Datasnap.DSSession.TDSTunnelSession.Destroy.

Destroys the TDSTunnelSession instance.

Call Destroy to destroy the TDSTunnelSession instance.

See Also