TcxSchedulerDBStorage.Clear Method
In This Article
Deletes all user events from the bound persistence manager and updates the associated Scheduler control.
#Declaration
Delphi
procedure Clear; override;
#Remarks
Call this procedure to clear the internal list of stored events and delete all records from a connected dataset.
See Also