API:Datasnap.DSSession.TDSRemoteSession.Open

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Open; override;

C++

virtual void __fastcall Open();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSRemoteSession

Description

Open is executed when the session starts.

Datasnap.DSSession.TDSRemoteSession.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