TdxBarItem.GlyphChanged Method
Called after a source of images for the current bar item has been changed.
Declaration
procedure GlyphChanged; virtual;
Remarks
This method is called when one of the following properties has been changed:
the item’s Glyph property;
a bar manager’s ImageOptions.Images or ImageOptions.DisabledImages property (provided that the item’s ImageIndex is set to a value other than -1).
See Also