FMX.Forms.TApplication.DefaultTitle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultTitle: string read GetDefaultTitle;

C++

__property System::UnicodeString DefaultTitle = {read=GetDefaultTitle};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TApplication

Description

Holds the default title of the application.

This read-only property contains the name of the application. Saving the project with another name will change this property as well.

See Also