TdxCloudStorageItemList<T>.FindByID(string) Method
Returns a TdxCloudStorageItem class descendant instance in the list by the specified unique identifier.
Declaration
function FindByID(const Value: string): T;
Parameters
Name | Type | Description |
---|---|---|
Value | string | A storage item’s unique ID in the connected cloud file storage service. |
Returns
Type | Description |
---|---|
T | nil (in Delphi) or nullptr (in C++Builder) if the list has no storage item with the specified ID; otherwise, returns the corresponding TdxCloudStorageItem class descendant instance. |
See Also