FMX.Forms.TForm.FullScreen

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property FullScreen: Boolean read GetFullScreen write SetFullScreen default 0;

C++

__property FullScreen = {default=0};

Eigenschaften

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

Beschreibung

Gibt an, ob sich das Formular im Vollbildmodus befindet.

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

Gibt an, ob sich das Formular im Vollbildmodus befindet.

Mit FullScreen wird angegeben, ob sich das Formular im Vollbildmodus befindet.

Siehe auch