TcxCustomSchedulerStorage.Clear Method
Clears the scheduler storage component.
Declaration
procedure Clear; virtual;
Remarks
Call the Clear procedure to delete all stored user events and update the associated TcxScheduler control. To delete an individual user event, call its Delete procedure.
See Also