FMX.Forms.TFmxFormState

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

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 フォームの状態に含めることができる値の一覧を以下の表に示します。



意味

fsCreating

フォームのコンストラクタが現在実行中です。

Modal

フォームはモーダル ウィンドウとして作成されました。



関連項目