FMX.Forms.TCommonCustomForm.WindowState

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

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

Définissez WindowState pour réduire, agrandir ou restaurer la fenêtre de la fiche. Lisez WindowState pour déterminer si la fiche apparaît réduite, agrandie ou normale à l'écran.

Les valeurs possibles de la propriété WindowState sont les suivantes :

  • wsMaximized
  • wsMinimized
  • wsNormal

Voir aussi