System.Permissions.TRequestPermissionsResultEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TRequestPermissionsResultEvent)(System::TObject* Sender, const _dt_System_Permissions_1 APermissions, const _dt_System_Permissions_2 AGrantResults);

Properties

Type Visibility Source Unit Parent
typedef public 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 anonymus procedure.

See Also