API:FMX.Forms.TForm.ShowFullScreenIcon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowFullScreenIcon: Boolean read GetShowFullScreenIcon write SetShowFullScreenIcon default 0;

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 Fullscreen.png or FullScreenIconOSX.png is visible.

Note: ShowFullScreenIcon has no visible effect in Windows.

See Also