FMX.Forms.TApplication.Title

From RAD Studio API Documentation
Jump to: navigation, search

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
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TApplication

Description

Contains the text that appears near 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 executable 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