Skip to main content

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:

VCL Scheduler: The Event Dialog

UI elements linked to a TdxSchedulerNewEvent action object are enabled only if the following conditions are met:

See Also