TcxSchedulerDBStorage.PostEvents Method
In This Article
Saves all new user events to the open and connected dataset and updates the associated Scheduler control.
#Declaration
Delphi
procedure PostEvents; override;
#Remarks
Call this procedure to post all new events created by invoking the createEvent function. The PostEvents procedure calls the Post procedure internally for each event in the new (that is, not posted) events list.
Note
Calling the Post
See Also