cxFieldValueToReminderResourcesData(Variant) Method
Transfers the reminder data from the dataset field to the TcxSchedulerReminderResourcesData record.
Declaration
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