System.Permissions.TPermissionStatus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPermissionStatus = (Granted, Denied, PermanentlyDenied);

C++

enum class DECLSPEC_DENUM TPermissionStatus : unsigned char { Granted, Denied, PermanentlyDenied };

Properties

Type Visibility Source Unit Parent
enum public
System.Permissions.pas
System.Permissions.hpp
System.Permissions System.Permissions

Description

Callback type for when the system has processed the permission requests.

For each requested permission in APermissions, there is a Boolean in AGrantResults indicating if the permission was granted. This type is compatible with an event handler method.

See Also