TdxCloudStorage.DeletePermission(TdxCloudStorageItemPermission) Method
In This Article
Deletes the specified access permission.
#Declaration
Delphi
procedure DeletePermission(APermission: TdxCloudStorageItemPermission);
#Parameters
Name | Type | Description |
---|---|---|
APermission | Tdx |
An access permission. |
#Remarks
Note
The Delete
See Also