Vcl.CategoryButtons.TBaseButtonItem.Enabled
Delphi
property Enabled: Boolean read FEnabled write SetEnabled stored IsEnabledStored default True;
C++
__property bool Enabled = {read=FEnabled, write=SetEnabled, stored=IsEnabledStored, default=1};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.CategoryButtons.pas Vcl.CategoryButtons.hpp |
Vcl.CategoryButtons | TBaseButtonItem |
Description
Enables or disables a button item.