cxGetRecurrenceDescriptionStringProc Constant
Binds a routine, which represents information in the Event recurrence dialog.
Declaration
const cxGetRecurrenceDescriptionStringProc: TcxGetRecurrenceDescriptionStringProc = cxGetRecurrenceDescriptionString;
Returns
Type |
---|
TcxGetRecurrenceDescriptionStringProc |
Remarks
If you need to display recurring details (not the default information) in the Event recurrence dialog, implement an appropriate routine and bind it to the application by using the cxGetRecurrenceDescriptionStringProc constant.
See Also