DeferredRedraw - cCJGrid
Redraws the entire grid at the next possible idle event
Type: Procedure
Syntax
Procedure DeferredRedraw
Call Example
Send DeferredRedraw
Description
ComRedraw is used to force the entire grid control to redraw itself. DeferredRedraw instructs the grid to send ComRedraw in the next OnIdle event. Using this may making painting more efficient as multiple redraw requests can all be deferred and executed just once. If you need to redraw the grid, you should first try sending this message. If this does not do the redraw when needed you can send ComRedraw.