Data.DBXTransportFilter.TDBXFilterSocketChannel.Open

From RAD Studio API Documentation
Jump to: navigation, search

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

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