FMX.Forms3D.TForm3D.WindowState

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property WindowState: TWindowState read FWindowState write SetWindowState default 0;

C++

__property WindowState = {default=0};

Propriétés

Type Visibilité  Source Unité  Parent
property published
FMX.Forms3D.pas
FMX.Forms3D.hpp
FMX.Forms3D TForm3D

Description

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

FMX.Forms3D.TForm3D.WindowState hérite de FMX.Forms.TCommonCustomForm.WindowState. Tout le contenu en-dessous de cette ligne se réfère à FMX.Forms.TCommonCustomForm.WindowState.

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