Back to Devexpress

cxDueTimeInfoToText(TcxSchedulerReminderDueTimeInfo) Method

vcl-cxschedulerstorage-dot-cxduetimeinfototext-x28-66398dab-x29.md

latest1.6 KB
Original Source

cxDueTimeInfoToText(TcxSchedulerReminderDueTimeInfo) Method

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

Declaration

delphi
function cxDueTimeInfoToText(const AInfo: TcxSchedulerReminderDueTimeInfo): string;

Parameters

NameType
AInfoTcxSchedulerReminderDueTimeInfo

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

TcxSchedulerReminderDueTimeKind

cxDueTimeInfoToTextProc

TcxSchedulerReminders.ReminderWindow

How to Convert the cxDueTimeInfoToText Routine From Delphi Into C++ Code

cxSchedulerStorage Unit