FMX.Forms.TCommonCustomForm.FormState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FormState: TFmxFormStates read FFormState;

C++

__property TFmxFormStates FormState = {read=FFormState, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Indicates transitional state information about the form.

Read FormState to determine the state of the form. FormState indicates when the form is in various transitional states or when certain operations have occurred. The following table lists the values that can be included in a form's state:



Value Meaning

Recreating

The form is recreating its handle and its window is being shown on the screen.

Modal

The form was created as a modal window.



See Also