FMX.Forms.TForm.FullScreen
Delphi
property FullScreen default False;
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.