TcxSchedulerEvent.RemoveRecurrence Method
Changes the state of the user event from recurring to regular.
Declaration
procedure RemoveRecurrence; virtual;
Remarks
The RemoveRecurrence method deletes all the associated exceptions which are currently stored in the scheduler storage (see description on the etException value in the TcxEventType enumeration), and sets the EventType to etNone.
See Also