FMX.Forms.TForm.ShowFullScreenIcon
Delphi
property ShowFullScreenIcon default False;
C++
__property ShowFullScreenIcon = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | published | FMX.Forms.pas FMX.Forms.hpp | FMX.Forms | TForm | 
Description
Indicates whether the Mac fullscreen icon is visible.
FMX.Forms.TForm.ShowFullScreenIcon inherits from FMX.Forms.TCommonCustomForm.ShowFullScreenIcon. All content below this line refers to FMX.Forms.TCommonCustomForm.ShowFullScreenIcon.
Indicates whether the Mac fullscreen icon is visible.
Use ShowFullScreenIcon to specify whether the Mac fullscreen icon  or
 or  is visible.
 is visible. 
- Note: ShowFullScreenIcon has no visible effect in Windows.