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