Skip to main content

TcxCustomSchedulerStorage.Events Property

Provides indexed access to all stored (posted) user events.

Declaration

property Events[Index: Integer]: TcxSchedulerEvent read; write;

Property Value

Type Description
TcxSchedulerEvent

A user event.

Remarks

Use the EventCount property to identify the number of user events accessible through the Events property.

Event Resource Management

Use the following public API members to use and manage resources in the scheduler storage component:

ResourceCount
Returns the number of stored resources.
ResourceIDs
Returns the unique identifier of a specified stored resource.
ResourceNames
Returns the display name of a specified stored resource.
Resources
Provides access to the event persistence manager’s resource container.
See Also