Vcl.SvcMgr.TServiceApplication.Title

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Title: string read FTitle write FTitle;

C++

__property System::UnicodeString Title = {read=FTitle, write=FTitle};

Properties

Type Visibility Source Unit Parent
property public
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr TServiceApplication

Description

Indicates the name of the title application.

Title is the name of the service application. This text string appears below the icon of the application when it is minimized.