FMX.Forms.TFmxFormState
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 };
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| enum | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | FMX.Forms |
説明
TFmxFormState は、FireMonkey フォームが取り得る状態を記述します。
FireMonkey フォームの状態に含めることができる値の一覧を以下の表に示します。
| 値 | 意味 |
|---|---|
|
|
フォームのコンストラクタが現在実行中です。 |
|
|
フォームはモーダル ウィンドウとして作成されました。 |