Datasnap.DSSession.TDSTunnelSession.Open
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DSSession.pas Datasnap.DSSession.hpp
| |
Unit: Datasnap.DSSession | |
Parent: TDSTunnelSession |
Delphi
procedure Open; virtual; abstract;
C++
virtual void __fastcall Open() = 0 ;
Description
Open is executed when the session starts.
Override the Open method in descending classes to write custom code executed when the session starts.