Skip to main content

cxReminderResourcesDataToFieldValue(TcxSchedulerReminderResourcesData) Method

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

Declaration

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