Vcl.Forms.TCustomForm.WindowState
Delphi
property WindowState: TWindowState read FWindowState write SetWindowState
C++
__property System::Uitypes::TWindowState WindowState = {read=FWindowState, write=SetWindowState, stored=IsForm, default=0};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TCustomForm |
Beschreibung
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.