FMX.Forms.TCommonCustomForm.ShowFullScreenIcon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowFullScreenIcon : Boolean read GetShowFullScreenIcon write SetShowFullScreenIcon default True;

C++

__property bool ShowFullScreenIcon = {read=GetShowFullScreenIcon, write=SetShowFullScreenIcon, default=1};

Properties

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

Description

Indicates whether the Mac fullscreen icon is visible.

Use ShowFullScreenIcon to specify whether the Mac fullscreen icon Fullscreen.png or FullScreenIconOSX.png is visible.

Note: ShowFullScreenIcon has no visible effect in Windows.

See Also