TdxCloudStorage.DeleteItem(TdxCloudStorageItem) Method
Deletes the specified cloud storage item.
Declaration
procedure DeleteItem(AItem: TdxCloudStorageItem);
Parameters
| Name | Type | Description |
|---|---|---|
| AItem | TdxCloudStorageItem | A cloud storage metadata container that corresponds to the deleted file or folder. |
Remarks
Note
The DeleteItem procedure always runs in the same thread from which it was invoked.
See Also