API:Datasnap.DSSession.TDSRemoteSession.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSRemoteSession();

Properties

Type Visibility Source Unit Parent
destructor public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession 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