TcxCustomScheduler.EndUpdate Method
In This Article
Releases a lock acquired by the BeginUpdate method.
#Declaration
Delphi
procedure EndUpdate;
#Remarks
Use the EndUpdate method paired with the BeginUpdate method to wrap a block of statements that update the scheduler control.
See Also