FMX.Forms.TFmxFormState

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms FMX.Forms

Beschreibung

TFmxFormState beschreibt die möglichen Status eines FireMonkey-Formulars.

Die folgende Tabelle enthält die Werte, die für den Status von FireMonkey-Formularen zur Verfügung stehen:



Wert Bedeutung

fsCreating

Der Konstruktor des Formulars wird gerade ausgeführt.

Modal

Das Formular wurde als modales Fenster erstellt.



Siehe auch