Skip to main content

cxReminderFormClass Variable

Represents the Reminders window.

Declaration

var cxReminderFormClass: TcxSchedulerReminderFormClass = TcxSchedulerReminderForm;

Variable Value

Type
TcxSchedulerReminderFormClass

Remarks

Use the cxReminderFormClass constant to bind another editor derived from the TcxSchedulerCustomReminderForm to the Reminders window.

Note

the cxSchedulerStorage unit contains the TcxSchedulerCustomReminderForm class. The newly assigned editor is used in the Reminders window invoked by the TcxSchedulerReminders.ShowReminderWindow method.

See Also