Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCloudStorageItemPermissions.DeletePermission(TdxCloudStorageItemPermission) Method

Deletes the specified access permission.

#Declaration

Delphi
procedure DeletePermission(APermission: TdxCloudStorageItemPermission);

#Parameters

Name Type Description
APermission TdxCloudStorageItemPermission

An access permission.

#Remarks

Call this procedure and pass a stored item access permission as the APermission parameter to remove this permission from the collection. A DeletePermission procedure call raises an exception if it is impossible to delete the specified access permission (for instance, if the permission is inherited).

Note

A DeletePermission procedure call raises the cloud storage component’s OnItemPermissionDeleted event when the specified permission is deleted.

See Also