FMX.Forms.TForm.WindowState

De RAD Studio API Documentation

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.Forms.pas
FMX.Forms.hpp
FMX.Forms TForm

Description

Indique comment la fiche apparaît à l'écran. {{#multireplace:FMX.Forms.TForm.WindowState|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} hérite de {{#multireplace:FMX.Forms.TCommonCustomForm.WindowState|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Tout le contenu en-dessous de cette ligne se réfère à {{#multireplace:FMX.Forms.TCommonCustomForm.WindowState|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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