Vcl.Forms.TApplication.Title
Delphi
property Title: string read GetTitle write SetTitle;
C++
__property System::UnicodeString Title = {read=GetTitle, write=SetTitle};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TApplication |
Description
Contains the text that appears below the icon representing the application when it is minimized.
Use the Title property to modify the name of the text string appearing below the icon of the application. The default value is taken from the DLL or EXE file name at run time.
Set the Title at run time, or enter the value of the Title property on the Application page of the Project | Options dialog box.
See Also
Code Examples