FMX.Forms.TFmxFormState

De RAD Studio API Documentation
Aller à : navigation, rechercher

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, fsRecreating _DEPRECATED_ATTRIBUTE3("Use TFmxFormState.Recreating")  = 0, fsModal _DEPRECATED_ATTRIBUTE3("Use TFmxFormState.Modal")  = 1, fsReleased _DEPRECATED_ATTRIBUTE3("Use TFmxFormState.Released")  = 2, fsInDesigner _DEPRECATED_ATTRIBUTE3("Use TFmxFormState.InDesigner")  = 3, fsWasNotShown _DEPRECATED_ATTRIBUTE3("Use TFmxFormState.WasNotShown")  = 4, fsShowing _DEPRECATED_ATTRIBUTE3("Use TFmxFormState.Showing")  = 5, fsUpdateBorder _DEPRECATED_ATTRIBUTE3("Use TFmxFormState.UpdateBorder")  = 6, fsActivation _DEPRECATED_ATTRIBUTE3("Use TFmxFormState.Activation")  = 7 };

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

fsCreating

Le constructeur de la fiche est en cours d'exécution.

Modal

La fiche a été créée en tant que fenêtre modale.



Voir aussi