TdxBarItem.EnabledChanged Method
In This Article
This procedure is called when the Enabled property changes.
#Declaration
Delphi
procedure EnabledChanged; virtual;
#Remarks
This method is called when a user changes the Enabled property from True to False or vice versa. This method calls the EnabledChange of a corresponding item control to reflect changes.
See Also