Create(TdxCloudStorageFiles) Constructor
Creates a new TdxCloudStorageCustomFolder class descendant instance for the specified cloud file storage manager.
Declaration
constructor Create(AOwner: TdxCloudStorageFiles); override;
Parameters
Name | Type |
---|---|
AOwner | TdxCloudStorageFiles |
Remarks
This constructor supports the internal infrastructure and is not intended for use in your code.
The constructor creates a new ordinary, special, or root folder for the cloud file storage manager passed as the AOwner parameter, initializes the empty Children collection, and calls the inherited constructor to create an empty list of parent folders.
See Also