Unit 'daemonapp' Package
[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TDaemonThread.Create

Create a new thread.

Declaration

Source position: daemonapp.pp line 339

public constructor TDaemonThread.Create(

  ADaemon: TCustomDaemon

);

Arguments

ADaemon

  

Daemon instance which is running in this thread.

Description

Create creates a new thread instance. It initializes the Daemon property with the passed ADaemon. The thread is created suspended.

See also

TDaemonThread.Daemon

  

Daemon instance.


Documentation generated on: Jul 24 2023