Vcl.SvcMgr.TServiceThread

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TThreadSystem.TObjectTServiceThread

Delphi

TServiceThread = class(TThread)

C++

class PASCALIMPLEMENTATION TServiceThread : public System::Classes::TThread

Properties

Type Visibility Source Unit Parent
class public
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr Vcl.SvcMgr

Description

TServiceThread represents the thread associated with a specific service (TService object).

TServiceThread is the thread associated with a service. Each service application has one or more service objects, each of which has its own dedicated thread. TServiceThread instances represent those threads.

Note: Service threads.

See Also