Skip to main content

cxRecurrenceInfoDataToString(TcxSchedulerCustomRecurrenceInfoData) Method

Converts a specified TcxSchedulerCustomRecurrenceInfoData record to a string.

Declaration

function cxRecurrenceInfoDataToString(const AData: TcxSchedulerCustomRecurrenceInfoData): AnsiString;

Parameters

Name Type
AData TcxSchedulerCustomRecurrenceInfoData

Returns

Type
AnsiString

Remarks

The TcxSchedulerCustomRecurrenceInfoData record holds information on the recurrence details. The TcxSchedulerCustomRecurrenceInfoData record’s data is stored in the data store in binary format (in the dataset field of BLOB type).

Before sending the data to the data store copy bytes from the memory segment allocated by the TcxSchedulerCustomRecurrenceInfoData record into the string that is used as a buffer between the record and the data store. After that you can post binary data from the string to the data store.

Call the cxRecurrenceInfoDataToString function to obtain the content of the TcxSchedulerCustomRecurrenceInfoData record passed as the AData parameter as a string.

See Also