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