Vcl.SvcMgr.TService.DisplayName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisplayName: String read GetDisplayName write FDisplayName;

C++

__property System::UnicodeString DisplayName = {read=GetDisplayName, write=FDisplayName};

Properties

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

Description

Identifies the service in the Windows Service Control Manager.

DisplayName contains a string, with a maximum length of 256 characters, that is the name of the service as displayed in the Service Control Manager. User interface programs use DisplayName to identify the service. DisplayName is case-preserved in the Service Control Manager, however display name comparisons are always case-insensitive.

Note: A dependency can be a service. If this is true, do not confuse the various name-related properties of dependency and service objects. For more information, see Service name properties.

See Also