Skip to main content

cxDueTimeInfoToTextProc Constant

Binds a function, which returns information on the reminder state.

Declaration

const cxDueTimeInfoToTextProc: TcxDueTimeInfoToTextProc = cxDueTimeInfoToText;

Returns

Type
TcxDueTimeInfoToTextProc

Remarks

The cxDueTimeInfoToText function returns a string equivalent of the reminder state to be shown in the Due in column of the Reminders window.

If required, implement your own routine to provide appropriate information in the Reminders window. To run the implemented routine in the application, use the cxDueTimeInfoToTextProc constant.

See Also