API:Datasnap.DSSession.TDSLocalServer.Create
Delphi
constructor Create(ALocalChannel: TDBXLocalChannel; AProtocolHandlerFactory: TDSJSONProtocolHandlerFactory; AFilters: TTransportFilterCollection; Session: TDSSession);
C++
__fastcall TDSLocalServer(Data::Dbxtransport::TDBXLocalChannel* ALocalChannel, Datasnap::Dstransport::TDSJSONProtocolHandlerFactory* AProtocolHandlerFactory, Data::Dbxtransport::TTransportFilterCollection* AFilters, TDSSession* Session);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | Datasnap.DSSession.pas Datasnap.DSSession.hpp |
Datasnap.DSSession | TDSLocalServer |
Description
Creates an instance of a thread object. Datasnap.DSSession.TDSLocalServer.Create inherits from System.Classes.TThread.Create. All content below this line refers to System.Classes.TThread.Create.
Creates an instance of a thread object.
Call Create to create a thread in an application. If CreateSuspended is false, Execute is called immediately after the constructor. If CreateSuspended is true, Execute is not called until after the Start method is called.