FMX.Forms.IFMXFullScreenWindowService.SetFullScreen

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

Delphi

procedure SetFullScreen(const AForm: TCommonCustomForm; const AValue: Boolean);

C++

virtual void __fastcall SetFullScreen(TCommonCustomForm* const AForm, const bool AValue) = 0 ;

プロパティ

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


説明

フォームにおいて、全画面モードのオン/オフを切り替えます。

XE5 より、この機能がプラットフォーム プラットフォーム(Windows および OS X)でサポートされました。

関連項目