TdxCloudStorageItemList<T>.Items Property
Provides indexed access to online resource metadata containers within the list.
Declaration
property Items[Index: Integer]: T read; default;
Property Value
Type | Description |
---|---|
T | Pass an index as the Index parameter to access the corresponding storage item. Use the Count property to identify the number of accessible items. |
See Also