FMX.ListView.Appearances.TGlyphButtonObjectAppearance.Enabled

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

Delphi

property Enabled: Boolean read FEnabled write SetEnabled stored IsEnabledStored;

C++

__property Enabled = {stored=IsEnabledStored};

プロパティ

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

説明

グリフ ボタンが有効になっているか(True)、なっていないか(False)を判定します。

FMX.ListView.Appearances.TGlyphButtonObjectAppearance.Enabled は FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearance.Enabled を継承しています。以下の内容はすべて FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearance.Enabled を参照しています。

グリフ ボタンが有効になっているか(True)、なっていないか(False)を判定します。

関連項目