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

cxReminderResourcesDataToFieldValue(TcxSchedulerReminderResourcesData) Method

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

#Declaration

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

#Parameters

Name Type
AValue TcxSchedulerReminderResourcesData

#Returns

Type
Variant

#Remarks

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

See Also