API:Datasnap.DSSession.TDSLocalSession.Open

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 Open; override;

C++

virtual void __fastcall Open();

Description

Open is executed when the session starts.

Datasnap.DSSession.TDSLocalSession.Open inherits from Datasnap.DSSession.TDSTunnelSession.Open. All content below this line refers to Datasnap.DSSession.TDSTunnelSession.Open.

Open is executed when the session starts.

Override the Open method in descending classes to write custom code executed when the session starts.

See Also