Skip to main content

TcxCustomSchedulerStorage.EventCount Property

Returns the number of user events stored in the persistence manager.

Declaration

property EventCount: Integer read;

Property Value

Type
Integer

Remarks

You can use this property to obtain the number of events accessible via the Events property. The EventCount property value does not include the number of newly created (that is, not posted) events.

See Also