Back to Devexpress

TcxSchedulerDBStorage.PostEvents Method

vcl-cxschedulerdbstorage-dot-tcxschedulerdbstorage-18d4963d.md

latest1.3 KB
Original Source

TcxSchedulerDBStorage.PostEvents Method

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 PostEvents procedure has no effect if there are no new empty events in the data-aware persistence manager component or the IsActive function returns False.

See Also

TcxCustomSchedulerStorage.PostEvents

TcxSchedulerDBStorage Class

TcxSchedulerDBStorage Members

cxSchedulerDBStorage Unit