TdxBarControl.Repaint Method
Forces a bar control to repaint its image on screen.
Declaration
procedure Repaint; override;
Remarks
Call the Repaint method to force a toolbar control to repaint its image immediately. This method paints the toolbar on screen, but does not calculate its size. Call this method to draw a toolbar when its size has not changed, for example, when only the caption of the toolbar changes.
See Also