API:Vcl.Forms.TForm.WindowState

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

__property WindowState = {default=0};

Propriétés

Type Visibilité  Source Unité  Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TForm

Description

Indique comment la fiche apparaît à l'écran.

Vcl.Forms.TForm.WindowState hérite de Vcl.Forms.TCustomForm.WindowState. Tout le contenu en-dessous de cette ligne se réfère à Vcl.Forms.TCustomForm.WindowState.

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.

Voir aussi