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

cxFieldValueToReminderResourcesData(Variant) Method

Transfers the reminder data from the dataset field to the TcxSchedulerReminderResourcesData record.

#Declaration

Delphi
function cxFieldValueToReminderResourcesData(const AValue: Variant): TcxSchedulerReminderResourcesData;

#Parameters

Name Type
AValue Variant

#Returns

Type
TcxSchedulerReminderResourcesData

#Remarks

Use the cxFieldValueToReminderResourcesData routine to synchronize the persistent field with in-memory reminder information, if the built-in mapping is, for some reason, not used.

AValue specifies the dataset field value.

See Also