TImage32.BeginUpdate

procedure BeginUpdate;


Between BeginUpdate and EndUpdate method calls, any changes to the image won't trigger an OnChange event until EndUpdate is called.
If BeginUpdate .. EndUpdate calls are nested, then the OnChange event won't trigger until the outermost EndUpdate method is called.

See Also

EndUpdate