FMX.Forms.IFMXFullScreenWindowService.GetFullScreen

提供:RAD Studio API Documentation

Delphi

function GetFullScreen(const AForm: TCommonCustomForm): Boolean;

C++

virtual bool __fastcall GetFullScreen(TCommonCustomForm* const AForm) = 0 ;

プロパティ

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


説明

フォームが全画面モードで実行されているかどうかを示します。

関連項目