TcxSchedulerEvent.Pattern Property
Gets the user event’s parent.
Declaration
property Pattern: TcxSchedulerEvent read;
Property Value
Type |
---|
TcxSchedulerEvent |
Remarks
The parent user event starts the series of occurrences if the parent object is recurring. In this case, the user event is an occurrence in the series that the parent object started. Use the Pattern property to determine the parent of the user event.
Note
if the user event is standalone the Pattern property returns nil.
See Also