FMX.Controls.Presentation.TPresentationState

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

Delphi

TPresentationState = (NotLoaded, Loading, Loaded, Unloading);

C++

enum class DECLSPEC_DENUM TPresentationState : unsigned char { NotLoaded, Loading, Loaded, Unloading };

プロパティ

種類 可視性 ソース ユニット
enum public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation FMX.Controls.Presentation


説明

コントロールのプレゼンテーション層の状態を表します。

取り得る値は次のとおりです。

説明

NotLoaded

プレゼンテーション層が読み込まれていません。

Loading

プレゼンテーション層を読み込んでいます。

Loaded

プレゼンテーション層は正常に読み込まれました。

Unloading

プレゼンテーション層の読み込みを解除しています。

関連項目