Skip to main content

TdxSchedulerCustomNewEventAction Class

The base class for all action objects that implement user event creation commands.

Declaration

TdxSchedulerCustomNewEventAction = class(
    TdxSchedulerAction
)

Remarks

This class is the direct ancestor of the TdxSchedulerNewEvent and TdxSchedulerNewRecurringEvent classes. The TdxSchedulerCustomNewEventAction does not introduce any new public memers.

You do not need to create instances of the TdxSchedulerCustomNewEventAction class. Use its descendants instead.

See Also