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

Delphi

procedure Open; override;

C++

virtual void __fastcall Open();

Description

Opens the socket channel.

Call the Open method to open the socket channel.

See Also