FMX.Forms.TCommonCustomForm.FullScreen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FullScreen : Boolean read GetFullScreen write SetFullScreen default False;

C++

__property bool FullScreen = {read=GetFullScreen, write=SetFullScreen, default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Indicates whether the form is in fullscreen mode.

Use FullScreen to specify whether the form is in fullscreen mode.

See Also