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

TdxCloudStorageSpecialFolderList.Enum(TdxCloudStorageSpecialFolderList.TEnumProc) Method

Performs a set of custom actions on all special folders within the list.

#Declaration

Delphi

#Parameters

Name Type
AProc TdxCloudStorageSpecialFolderList.TEnumProc

#Remarks

This procedure applies a set of actions implemented as a TEnumProc anonymous procedure passed as the AProc parameter to all special folders accessible via the Items property. For instance, you can create the full list of files and folders stored in special folders.

The cloud storage component’s Files.FetchAll procedure calls the Enum procedure internally to load the special folder content structure from the connected cloud file storage service’s server.

See Also