Data.DBXTransportFilter.TDBXFilterSocketChannel.Open

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Open; override;

C++

virtual void __fastcall Open(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXTransportFilter.pas
Data.DBXTransportFilter.hpp
Data.DBXTransportFilter TDBXFilterSocketChannel

Description

Opens the socket channel.

Call the Open method to open the socket channel.

See Also