RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TService.ServiceType Property

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

Pascal
property ServiceType: TServiceType;
C++
__property TServiceType ServiceType;

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). 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!