Back to Devexpress

cxFieldValueToReminderResourcesData(Variant) Method

vcl-cxschedulerstorage-dot-cxfieldvaluetoreminderresourcesdata-x28-871fa767-x29.md

latest1.2 KB
Original Source

cxFieldValueToReminderResourcesData(Variant) Method

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

Declaration

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

Parameters

NameType
AValueVariant

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

cxSchedulerStorage.cxReminderResourcesDataToFieldValue

TcxSchedulerDBStorageFieldNames.ReminderResourcesData

cxSchedulerStorage Unit