FMX.Forms.TApplication.DefaultTitle

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property DefaultTitle: string read GetDefaultTitle;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TApplication

説明

アプリケーションのデフォルトタイトルを保持します。

この読み取り専用のプロパティには、アプリケーションの名前が保持されます。プロジェクトを別の名前で保存すると、このプロパティを同様に変更されます。

関連項目