API:FMX.ListView.Appearances.TTextButtonObjectAppearance.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Enabled stored IsEnabledStored nodefault;

C++

__property Enabled = {stored=IsEnabledStored};

Properties

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

Description

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

FMX.ListView.Appearances.TTextButtonObjectAppearance.Enabled inherits from FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.Enabled. All content below this line refers to FMX.ListView.Appearances.TCustomTextButtonObjectAppearance.Enabled.

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

See Also