FMX.Forms.TCommonCustomForm.WindowState

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property WindowState: TWindowState read FWindowState write SetWindowState default TWindowState.wsNormal;

C++

__property System::Uitypes::TWindowState WindowState = {read=FWindowState, write=SetWindowState, default=0};

Eigenschaften

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

Beschreibung

Gibt an, wie das Formular auf dem Bildschirm angezeigt wird.

Mit WindowState können Sie das Formularfenster verkleinern, als Vollbild anzeigen oder wiederherstellen. Mit WindowState wird ermittelt, ob das Formular verkleinert, als Vollbild oder im Normalzustand angezeigt wird.

Folgende Werte sind für die Eigenschaft WindowState möglich:

  • wsMaximized
  • wsMinimized
  • wsNormal

Siehe auch