Vcl.SvcMgr.TService.ServiceType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServiceType: TServiceType read FServiceType write FServiceType default stWin32;

C++

__property TServiceType ServiceType = {read=FServiceType, write=FServiceType, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr TService

Description

Identifies the type of the service as Win32, device driver, or file system driver.

ServiceType indicates the type of service. ServiceType can be stWin32 (a Win32 service – the default), stDevice (a device driver), or stFileSystem (a file system driver).

See Also