FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearance.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Enabled: Boolean read FEnabled write SetEnabled;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TCustomGlyphButtonObjectAppearance

Description

Determines whether the glyph button is enabled (True) or not (False).

See Also