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

TcxCustomSchedulerStorage.createEvent Method

Creates a user event with the default settings.

#Declaration

Delphi
function createEvent: TcxSchedulerEvent; virtual;

#Returns

Type
TcxSchedulerEvent

#Remarks

Call this function to create an empty new event in the persistence manager component. The createEvent function adds the created event to the internal new (that is, not posted) event list. A new event becomes available via the Events property only after posting. To post an event, you can either call its Post procedure or invoke the PostEvents procedure to post all the pending events.

See Also