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.
Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxCustomAction
TdxSchedulerAction
TdxSchedulerCustomNewEventAction
See Also