FMX.ListView.Appearances.TTextButtonObjectAppearance.Enabled

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Enabled: Boolean read FEnabled write SetEnabled stored IsEnabledStored;

C++

__property Enabled = {stored=IsEnabledStored};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TTextButtonObjectAppearance

Beschreibung

Legt fest, ob die Text-Schaltfläche aktiviert ist (True) oder nicht (False).

FMX.ListView.Appearances.TTextButtonObjectAppearance.Enabled erbt von FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.Enabled. Der folgende Inhalt bezieht sich auf FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.Enabled.

Legt fest, ob die Text-Schaltfläche aktiviert ist (True) oder nicht (False).

Siehe auch