FMX.Presentation.Style.TStyledPresentation.ComponentState

提供:RAD Studio API Documentation

Delphi

property ComponentState: TComponentState read GetComponentState;

C++

__property System::Classes::TComponentState ComponentState = {read=GetComponentState, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Presentation.Style.pas
FMX.Presentation.Style.hpp
FMX.Presentation.Style TStyledPresentation


説明

PresentedControl のコンポーネント状態を返します。

可能性のあるコンポーネントの状態は、TComponentState で定義されています。

関連項目