TdxBarImageComboControl.ImagesChanged Method
In This Article
This method is called when the Images property of the underlying item is changed.
#Declaration
Delphi
procedure ImagesChanged; virtual;
#Remarks
ImagesChanged calls the RepaintBar method of the parent bar control to refresh images on the screen.
See Also