TcxCustomSchedulerStorage.Events Property
Provides zero-based indexed access to all user events persisted in the storage.
Declaration
property Events[Index: Integer]: TcxSchedulerEvent read; write;
Property Value
Type |
---|
TcxSchedulerEvent |
Remarks
Use this property to access or modify a posted event whose index is passed as the Index parameter.
See Also