Back to Devexpress

cxReminderResourcesDataToFieldValue(TcxSchedulerReminderResourcesData) Method

vcl-cxschedulerstorage-dot-cxreminderresourcesdatatofieldvalue-x28-c233f562-x29.md

latest1.1 KB
Original Source

cxReminderResourcesDataToFieldValue(TcxSchedulerReminderResourcesData) Method

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

Declaration

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

Parameters

NameType
AValueTcxSchedulerReminderResourcesData

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

cxSchedulerStorage.cxFieldValueToReminderResourcesData

TcxSchedulerDBStorageFieldNames.ReminderResourcesData

cxSchedulerStorage Unit