FMX.Forms.TFmxFormState
Delphi
TFmxFormState = (Recreating, Modal, Released, InDesigner, WasNotShown, Showing, UpdateBorder, Activation, Closing,
Engaged);
C++
enum class DECLSPEC_DENUM TFmxFormState : unsigned int { Recreating, Modal, Released, InDesigner, WasNotShown, Showing, UpdateBorder, Activation, Closing, Engaged };
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| enum | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | FMX.Forms |
Description
TFmxFormState décrit les états possibles d'une fiche FireMonkey.
Le tableau suivant liste les valeurs qui peuvent être incluses dans l'état d'une fiche FireMonkey :
| Valeur | Signification |
|---|---|
|
|
Le constructeur de la fiche est en cours d'exécution. |
|
|
La fiche a été créée en tant que fenêtre modale. |