FMX.Forms.TFmxFormStates

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TFmxFormStates = set of TFmxFormState;

C++

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

Eigenschaften

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

Beschreibung

TFmxFormStates ist eine Menge von TFmxFormState-Elementen.

Siehe auch