Prevent flicker on graphics controls #43

To prevent a TImage control (or any graphic control) redrawing (and hence flickering) when moved, parent it on a TWinControl (e.g. TPanel with FullRedraw set true) and move the TWinControl instead.

Author: Unknown
Added: 2007/06/11
Last updated: 2007/06/11