TdxCloudStorageItemList<T>.FindByID(string) Method
In This Article
Returns a TdxCloudStorageItem class descendant instance in the list by the specified unique identifier.
#Declaration
Delphi
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 Tdx |
See Also