API:FMX.Forms.TForm.ShowFullScreenIcon

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ShowFullScreenIcon: Boolean read GetShowFullScreenIcon write SetShowFullScreenIcon default 0;

C++

__property ShowFullScreenIcon = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TForm

Beschreibung

Gibt an, ob das Mac-Vollbildmodussymbol sichtbar ist.

FMX.Forms.TForm.ShowFullScreenIcon erbt von FMX.Forms.TCommonCustomForm.ShowFullScreenIcon. Der folgende Inhalt bezieht sich auf FMX.Forms.TCommonCustomForm.ShowFullScreenIcon.

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