Skip to main content

TcxSchedulerEventConflictsInfo.Event Property

Provides access to the user event that relates to the current TcxSchedulerEventConflictsInfo instance.

Declaration

property Event: TcxSchedulerEvent read;

Property Value

Type
TcxSchedulerEvent

Remarks

Use this property to access the TcxSchedulerEvent object which the current TcxSchedulerEventConflictsInfo instance is associated with.

Note

the Event property returns nil if the TcxSchedulerEventConflictsInfo object was instantiated with the overloaded version of the Create method. In this case the TcxSchedulerEventConflictsInfo instance contains information on the overlapped user events scheduled within the specified time range and is not associated with a particular user event (which the Event property references to).

See Also