Contents - Index - Previous - Next


BeginUpdate method




Declaration
function BeginUpdate: Integer;

Description

Suspends screen repainting.

The BeginUpdate method prevents screen repainting of the control until the EndUpdate method is called. Use BeginUpdate to avoid flicker while multiple operations are performed.