Skip to main content

TcxCustomSchedulerStorage.createEvent Method

Creates a user event with the default settings.

Declaration

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