API:Datasnap.DSSession.TDSSynchronizedLocalChannel.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const ServerName: string);

C++

__fastcall TDSSynchronizedLocalChannel(const System::UnicodeString ServerName);

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSSynchronizedLocalChannel

Description

Creates an instance of the TDBXLocalChannel class.

Datasnap.DSSession.TDSSynchronizedLocalChannel.Create inherits from Data.DBXTransport.TDBXLocalChannel.Create. All content below this line refers to Data.DBXTransport.TDBXLocalChannel.Create.

Creates an instance of the TDBXLocalChannel class.

Call Create to create an instance of the TDBXLocalChannel class.

See Also