Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxAppointmentItemToEventProc Type

Provides a callback reference to a procedure that performs conversion operations on the imported user events when they are about to be serialized to the scheduler’s storage.

#Declaration

Delphi
TcxAppointmentItemToEventProc = procedure(const AppointmentItem: OleVariant; AEvent: TcxSchedulerEvent);

#Parameters

Name Type
AppointmentItem OleVariant
AEvent TcxSchedulerEvent

#Remarks

Use the TcxAppointmentItemToEventProc reference to implement a procedure that can for instance, be used to perform additional conversion operations on the user events (if required) before they are posted to the scheduler’s data store.

The AppointmentItem parameter specifies the item which is to be imported from Microsoft Outlook®.

The AEvent parameter specifies the scheduler’s user event, which mirrors the AppointmentItem.

See Also