Skip to main content

TcxSchedulerHolidays.EndUpdate Method

Updates the scheduler’s View and enables further repaint operations.

Declaration

procedure EndUpdate;

Remarks

This method is used in combination with the BeginUpdate method that prevents the View from being updated until the EndUpdate method is called. 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