void SetLazyRefresh (Bool on)
If on is TRUE, the canvas is put in lazy-refresh mode. In lazy-refresh mode, the canvas's Refresh method is called when the window needs to be updated, rather than OnPaint. By default, a canvas is not in lazy-refresh mode.