TdxCloudStorageSpecialFolderList.Enum(TdxCloudStorageSpecialFolderList.TEnumProc) Method
Performs a set of custom actions on all special folders within the list.
Declaration
procedure Enum(AProc: TdxCloudStorageSpecialFolderList.TEnumProc);
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