Datasnap.Win.SConnect.TTransportThread.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Unit: Datasnap.Win.SConnect
Parent: TTransportThread

Delphi

constructor Create(AHandle: THandle; Transport: ITransport); virtual;

C++

__fastcall virtual TTransportThread(Winapi::Windows::THandle AHandle, _di_ITransport Transport);

Description

Creates an instance of a thread object.

Datasnap.Win.SConnect.TTransportThread.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.

See Also

Code Examples