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

TdxCloudStorageProvider.GetDisplayName Method

Returns the name of the cloud storage service type to which the data provider can connect.

#Declaration

Delphi
class function GetDisplayName: string; virtual;

#Returns

Type
string

#Remarks

Call this function to obtain the descriptive type name of the online cloud service (account type) to which the data provider can connect and synchronize the stored files. Since the TdxCloudStorageProvider class does not correspond to any particular cloud storage service type, it provides no implementation for the GetDisplayName class function.

Each TdxCloudStorageProvider class descendant that implements a provider that can read and manage files stored in a specific online service type provides its own GetDisplayName function implementation.

See Also