FMX.ListView.Appearances.TGlyphButtonObjectAppearance.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Enabled: Boolean read FEnabled write SetEnabled stored IsEnabledStored;

C++

__property Enabled = {stored=IsEnabledStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TGlyphButtonObjectAppearance

Description

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

FMX.ListView.Appearances.TGlyphButtonObjectAppearance.Enabled inherits from FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearance.Enabled. All content below this line refers to FMX.ListView.Appearances.TCustomGlyphButtonObjectAppearance.Enabled.

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

See Also