Vcl.Forms.TCustomForm.WindowState
Delphi
property WindowState: TWindowState read FWindowState write SetWindowState  stored IsForm default wsNormal;
C++
__property System::Uitypes::TWindowState WindowState = {read=FWindowState, write=SetWindowState, stored=IsForm, default=0};
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| property | public | Vcl.Forms.pas Vcl.Forms.hpp | Vcl.Forms | TCustomForm | 
Description
Indique comment la fiche apparaît à l'écran.
Définissez la propriété WindowState pour réduire, agrandir ou restaurer la fenêtre de la fiche. Consultez WindowState pour déterminer si la fiche apparaît réduite, agrandie ou normale à l'écran.