cxStringToRecurrenceInfoData(AnsiString) Method
In This Article
Converts a specified string to a TcxSchedulerCustomRecurrenceInfoData record.
#Declaration
Delphi
function cxStringToRecurrenceInfoData(const S: AnsiString): TcxSchedulerCustomRecurrenceInfoData;
#Parameters
Name | Type |
---|---|
S | Ansi |
#Returns
Type |
---|
Tcx |
#Remarks
The recurrence details represented by the TcxSchedulerCustomRecurrenceInfoData record are stored in the data store in binary format (in a dataset field of the BLOB type).
First, the data is fetched from the dataset into a string that is used as a buffer between the BLOB field and the TcxSchedulerCustomRecurrenceInfoData record. After that the cxStringToRecurrenceInfoData function is to be invoked to transfer the data from the string passed as the S parameter to the TcxSchedulerCustomRecurrenceInfoData record.
See Also