Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCloudStorageItemList<T>.FindByID(string) Method

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 TdxCloudStorageItem class descendant instance.

See Also