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

TdxCloudStorageItem.Name Property

Returns the online storage resource’s name.

#Declaration

Delphi
property Name: string read;

#Property Value

Type
string

#Remarks

Use this property to obtain the name of the folder or file (including the filename extension, if present) corresponding to the current metadata container. Unlike the online resource’s identifier, the Name property value in most cases must be unique only within the direct parent folder in the cloud storage file structure. Certain online storage services allow you to store several identically named resources within a single folder.

See Also