FMX.Forms.TForm.FullScreen

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

Delphi

property FullScreen: Boolean read GetFullScreen write SetFullScreen default 0;

C++

__property FullScreen = {default=0};

プロパティ

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

説明

フォームが全画面モードかどうかを示します。

FMX.Forms.TForm.FullScreen は FMX.Forms.TCommonCustomForm.FullScreen を継承しています。以下の内容はすべて FMX.Forms.TCommonCustomForm.FullScreen を参照しています。

フォームが全画面モードかどうかを示します。

FullScreenを使用すると、フォームが全画面モードかどうかを指定することができます。

関連項目