Back to Devexpress

cxRecurrenceInfoDataToString(TcxSchedulerCustomRecurrenceInfoData) Method

vcl-cxschedulerrecurrence-dot-cxrecurrenceinfodatatostring-x28-545013b7-x29.md

latest1.8 KB
Original Source

cxRecurrenceInfoDataToString(TcxSchedulerCustomRecurrenceInfoData) Method

Converts a specified TcxSchedulerCustomRecurrenceInfoData record to a string.

Declaration

delphi
function cxRecurrenceInfoDataToString(const AData: TcxSchedulerCustomRecurrenceInfoData): AnsiString;

Parameters

NameType
ADataTcxSchedulerCustomRecurrenceInfoData

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

cxSchedulerRecurrence.cxStringToRecurrenceInfoData

Handling Raw Data

cxSchedulerRecurrence Unit