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

TdxCloudStorageFolder.CreateFolder(string) Method

Creates a new empty folder with the specified name within the current folder.

#Declaration

Delphi
procedure CreateFolder(const AName: string);

#Parameters

Name Type
AName string

#Remarks

Call this procedure to create a new empty folder at the first nesting level of the current folder. Pass the required folder name as the AName parameter. The cloud storage component raises the OnFolderCreated event when the CreateFolder procedure successfully creates a new folder on the connected cloud storage service’s server. If an attempt to create a folder results in an error, the OnError event occurs instead.

See Also