FMX.Platform.IFMXApplicationService.AppVersion

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

Delphi

property AppVersion: string read GetVersionString;

C++

__property System::UnicodeString AppVersion = {read=GetVersionString};

プロパティ

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


説明

アプリケーションのバージョン番号を示します。

AppVersion プロパティには、アプリケーションのバージョン番号が文字列として格納されます。

バージョン番号は[プロジェクト|オプション...|バージョン情報]で設定することができます。詳細については、「[バージョン情報]」を参照してください。

AppVersion では、GetVersionString を取得アクセサ メソッドとして使用します。

関連項目