cxDueTimeInfoToText(TcxSchedulerReminderDueTimeInfo) Method
Returns information on the toggled reminder’s state as a formatted string.
Declaration
function cxDueTimeInfoToText(const AInfo: TcxSchedulerReminderDueTimeInfo): string;
Parameters
Name | Type |
---|---|
AInfo | TcxSchedulerReminderDueTimeInfo |
Returns
Type |
---|
string |
Remarks
The cxDueTimeInfoToText function converts reminder details contained in the AInfo record into a string equivalent. The resulting string is then shown in the Reminders window (in the Due in column).
The AInfo record contains information on the reminder (the reminder state, unit of the time measure and the due time).
If required, a custom function can be implemented instead of the default to show another Due in details in the Reminders window. To run the custom function in the application, use the cxDueTimeInfoToTextProc constant.
See Also