: Hello everyone! I have one quick question... : : How can an image repaint or redraw itself without repainting the entire form that it is on? : : Thanks in advance! : You can all the Repaint method of the image object itself: [code] SomeImage.Repaint; [/code]
Comments
:
: How can an image repaint or redraw itself without repainting the entire form that it is on?
:
: Thanks in advance!
:
You can all the Repaint method of the image object itself:
[code]
SomeImage.Repaint;
[/code]