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.PostEvents Method

In This Article

Moves all new user events to the list of stored events and updates the associated Scheduler control.

#Declaration

Delphi
procedure PostEvents; virtual;

#Remarks

Call this procedure to move all events created by invoking the createEvent function to the list of stored events accessible via the Events property. The PostEvents procedure calls the Post procedure internally for each event in the new (that is, not posted) event list.

Note

Calling the PostEvents procedure has no effect if there are no new empty events in the persistence manager component or the IsActive function returns False.

See Also