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.IconLink Property

Returns a universal resource identifier (URI) of the icon corresponding to the online resource’s type.

#Declaration

Delphi
property IconLink: string read;

#Property Value

Type
string

#Remarks

Certain cloud file storage services can provide icons for specific stored resource types (such as documents in different formats, folders, etc.) You can use this property to display these icons in your application’s UI. The IconLink property returns an empty string if the connected cloud file storage service’s server does not provide an icon for the file or folder corresponding to the current metadata container.

See Also