Data.DBXTransport.TDBXLocalChannel.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const ServerName: string);

C++

__fastcall TDBXLocalChannel(const System::UnicodeString ServerName);

Properties

Type Visibility Source Unit Parent
constructor public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TDBXLocalChannel

Description

Creates an instance of the TDBXLocalChannel class.

Call Create to create an instance of the TDBXLocalChannel class.

See Also