FMX.Forms.TFmxFormState

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
enum public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms FMX.Forms

Description

TFmxFormState describes the possible states of a FireMonkey form.

The following table lists the values that can be included in a FireMonkey form's state:



Value Meaning

fsCreating

The form's constructor is currently executing.

Modal

The form was created as a modal window.



See Also