TcxSchedulerStorageLinks.Items Property
Provides indexed access to storage links in the collection.
Declaration
property Items[AIndex: Integer]: TcxSchedulerStorageLink read; write; default;
Property Value
Type |
---|
TcxSchedulerStorageLink |
Remarks
Use the Items property to specify or obtain a storage link at the position specified by the zero-based Index parameter.
See Also