Data.DbxSocketChannelNative.TDBXSocketChannel.Open

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DbxSocketChannelNative.pas
Data.DbxSocketChannelNative.hpp
Unit: Data.DbxSocketChannelNative
Parent: TDBXSocketChannel

Delphi

procedure Open; override;

C++

virtual void __fastcall Open();

Description

Opens the communication channel.

Data.DbxSocketChannelNative.TDBXSocketChannel.Open inherits from Data.DBXTransport.TDbxChannel.Open. All content below this line refers to Data.DBXTransport.TDbxChannel.Open.

Opens the communication channel.

Override the Open method in descending classes to specify actions that take place when the communication channel opens.

See Also