Data.DBXTransport.TDBXLocalChannel.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Data.DBXTransport.pas
Data.DBXTransport.hpp
Unit: Data.DBXTransport
Parent: TDBXLocalChannel

Delphi

constructor Create(const ServerName: string);

C++

__fastcall TDBXLocalChannel(const System::UnicodeString ServerName);

Description

Creates an instance of the TDBXLocalChannel class.

Call Create to create an instance of the TDBXLocalChannel class.

See Also