FMX.Forms.TFmxFormStates

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type TFmxFormStates = set of TFmxFormState;

C++

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

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms FMX.Forms

説明

TFmxFormStates は一連の TFmxFormState 要素で構成されます。


関連項目