TdxBarItem.EnabledChanged Method
This procedure is called when the Enabled property changes.
Declaration
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