FMX.ListView.Types.TListItemSimpleControl.Enabled

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

Delphi

property Enabled: Boolean read FEnabled write SetEnabled;

C++

__property bool Enabled = {read=FEnabled, write=SetEnabled, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemSimpleControl


説明

コントロールが Enabled の状態であるかどうかを示します。

関連項目