Back to Devexpress

TcxCustomSchedulerStorage.Events Property

vcl-cxschedulerstorage-dot-tcxcustomschedulerstorage-ae4354ea.md

latest1.9 KB
Original Source

TcxCustomSchedulerStorage.Events Property

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

Declaration

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

Property Value

TypeDescription
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:

ResourceCountReturns the number of stored resources.ResourceIDsReturns the unique identifier of a specified stored resource.ResourceNamesReturns the display name of a specified stored resource.ResourcesProvides access to the event persistence manager’s resource container. See Also

TcxCustomSchedulerStorage.PostEvents Procedure

TcxCustomSchedulerStorage Class

TcxCustomSchedulerStorage Members

cxSchedulerStorage Unit