FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearance.Enabled
Delphi
property Enabled: Boolean read FEnabled write SetEnabled;
C++
__property bool Enabled = {read=FEnabled, write=SetEnabled, nodefault};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp |
FMX.ListView.Appearances | TCustomGlyphButtonObjectAppearance |
Beschreibung
Legt fest, ob die Glyphe-Schaltfläche aktiviert ist (True
) oder nicht (False
).