TcxCustomScheduler.BeginUpdate Method
In This Article
Prevents the scheduler control from flickering during bulk updates.
#Declaration
Delphi
procedure BeginUpdate;
#Remarks
Use the BeginUpdate method paired with the EndUpdate method to wrap a block of statements that affect the scheduler control’s View.
See Also