API:Datasnap.DSSession.TDSLocalSession.Close

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSLocalSession

Delphi

procedure Close; override;

C++

virtual void __fastcall Close();

Description

Closes the communication channel.

Datasnap.DSSession.TDSLocalSession.Close inherits from Datasnap.DSSession.TDSSession.Close. All content below this line refers to Datasnap.DSSession.TDSSession.Close.

Closes the communication channel.

The Close virtual method is to be called when the session ends. The communication channel will be closed by Close.

See Also