Vcl.SvcMgr.TService.TagID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TagID: DWord read FTagID write FTagID default 0;

C++

__property unsigned TagID = {read=FTagID, write=FTagID, default=0};

Properties

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

Description

Specifies a unique tag for the service within its LoadGroup.

TagID is the unique tag value for this service in its LoadGroup. If no tag is requested, this property is 0. Tags are only evaluated when the ServiceType is not stWin32 and the StartType is stBoot or stSystem.

See Also