Skip to main content

TcxSchedulerHolidays.BeginUpdate Method

Prevents the scheduler’s View from flickering during batch updates.

Declaration

procedure BeginUpdate;

Remarks

This method prohibits view updates, so that you can apply several consecutive changes without causing multiple view refreshes. Use the BeginUpdate method in combination with the EndUpdate method. Call these methods within try… finally blocks to ensure that a lock for the View’s repaint updates is removed in all cases.

See Also