RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TService.DisplayName Property

Identifies the service in the Windows Service Control Manager.

Pascal
property DisplayName: String;
C++
__property AnsiString DisplayName;

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.
 

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