Skip to main content

TcxSchedulerEvent.GetRecurrenceChain Method

Loads all the TcxSchedulerEvent objects that represent exceptions or custom occurrences of the user event, from storage and puts them in the TcxSchedulerEventList collection, if the flag etPattern on the user event’s EventType property is active.

Declaration

function GetRecurrenceChain: TcxSchedulerEventList;

Returns

Type
TcxSchedulerEventList

Remarks

Use the GetRecurrenceChain method to load all the TcxSchedulerEvent objects that represent exceptions or custom occurrences in a chain of reoccurrences of the user event, from storage and put them into the TcxSchedulerEventList collection if the value of the user event’s EventType property is etPattern.

Note

this method can be used for retrieving these occurrences to delete them (in the case when a parent of the chain is about to be deleted).

See Also