Vcl.Forms.TForm.WindowState

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property WindowState: TWindowState read FWindowState write SetWindowState stored IsForm default 0;

C++

__property WindowState = {default=0};

Eigenschaften

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

Beschreibung

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

Vcl.Forms.TForm.WindowState erbt von Vcl.Forms.TCustomForm.WindowState. Der folgende Inhalt bezieht sich auf Vcl.Forms.TCustomForm.WindowState.

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

Mit WindowState können Sie festlegen und ermitteln, ob das Formular normal, minimiert (als Symbol) oder maximiert (Vollbild) geöffnet wird.

Siehe auch