RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.Title Property

Contains the text that appears below the icon representing the application when it is minimized.

Pascal
property Title: string;
C++
__property AnsiString Title;

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 runtime. 

Set the Title at runtime, or enter the value of the Title property on the Application page of the Project | Options dialog box. 

 

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