FMX.Forms.TForm.FullScreen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FullScreen: Boolean read GetFullScreen write SetFullScreen default 0;

C++

__property FullScreen = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TForm

Description

Indicates whether the form is in fullscreen mode.

FMX.Forms.TForm.FullScreen inherits from FMX.Forms.TCommonCustomForm.FullScreen. All content below this line refers to FMX.Forms.TCommonCustomForm.FullScreen.

Indicates whether the form is in fullscreen mode.

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

See Also