FMX.ListView.Appearances.TTextButtonObjectAppearance.Enabled

提供:RAD Studio API Documentation

Delphi

property Enabled stored IsEnabledStored nodefault;

C++

__property Enabled = {stored=IsEnabledStored};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TTextButtonObjectAppearance

説明

テキスト ボタンが有効になっているか(True)、なっていないか(False)を判定します。 FMX.ListView.Appearances.TTextButtonObjectAppearance.Enabled は FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.Enabled を継承しています。以下の内容はすべて FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.Enabled を参照しています。

テキスト ボタンが有効になっているか(True)、なっていないか(False)を判定します。

関連項目