cxReminderResourcesDataToFieldValue(TcxSchedulerReminderResourcesData) Method
In This Article
Transfers the reminder data from the TcxSchedulerReminderResourcesData record to the dataset field.
#Declaration
Delphi
function cxReminderResourcesDataToFieldValue(const AValue: TcxSchedulerReminderResourcesData): Variant;
#Parameters
Name | Type |
---|---|
AValue | Tcx |
#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