TdxCloudStorageItemList<T>.Items Property
In This Article
Provides indexed access to online resource metadata containers within the list.
#Declaration
Delphi
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