FMX.Forms.TFmxFormStates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TFmxFormStates = set of TFmxFormState;

C++

typedef System::Set<TFmxFormState, _DELPHI_SET_ENUMERATOR(TFmxFormState::Recreating), _DELPHI_SET_ENUMERATOR(TFmxFormState::Engaged)> TFmxFormStates;

Properties

Type Visibility Source Unit Parent
set
typedef
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms FMX.Forms

Description

TFmxFormStates is a set of TFmxFormState elements.

See Also