TcxSchedulerEvent.ParentID Property
Specifies the unique identifier of the user event.
Declaration
property ParentID: Variant read; write;
Property Value
Type |
---|
Variant |
Remarks
If the user event’s EventType property is set to etException or etCustom, the ParentID property identifies the user event’s ancestor in a chain of reoccurrences (the ancestor’s EventType property value is etPattern).
If the user event is not recurring, the ParentID property has no effect.
See Also