Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

cxDueTimeInfoToText(TcxSchedulerReminderDueTimeInfo) Method

Returns information on the toggled reminder’s state as a formatted string.

#Declaration

Delphi
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