FMX.Forms.TCommonCustomForm.ShowFullScreenIcon

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ShowFullScreenIcon : Boolean read GetShowFullScreenIcon write SetShowFullScreenIcon default True;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm


Beschreibung

Gibt an, ob das Mac-Vollbildmodussymbol sichtbar ist.

Mit ShowFullScreenIcon wird angegeben, ob das Mac-Vollbildmodussymbol Fullscreen.png oder FullScreenIconOSX.png sichtbar ist.

Hinweis: ShowFullScreenIcon hat keine sichtbare Auswirkung.

Siehe auch