TdxSchedulerNewEvent Class
An action object that corresponds to the NewEvent command provided by the Scheduler control.
Declaration
TdxSchedulerNewEvent = class(
TdxSchedulerCustomNewEventAction
)
Remarks
This class does not introduce any new public members. Executing a TdxSchedulerNewEvent action object invokes the Event dialog:

UI elements linked to a TdxSchedulerNewEvent action object are enabled only if the following conditions are met:
- The Scheduler control has an assigned persistent manager component (i.e., the control’s Storage property value is not set to
nil(in Delphi) ornullptr(in C++Builder)). - The Scheduler control’s EventOperations.Creating, EventOperations.DialogEditing, and EventOperations.DialogShowing properties are set to
True.
Inheritance
See Also