TdxCloudStorageItemPermission.Delete Method
In This Article
Deletes the permission.
#Declaration
Delphi
procedure Delete;
#Remarks
Call this procedure to delete the permission. A Delete procedure call raises an exception if the permission is inherited from a parent folder (that is, the InheritedFrom property returns True).
Note
A successful Delete procedure call raises the cloud storage component’s On
See Also