System.Notification.TOnPermissionRequestResult
Delphi
TOnPermissionRequestResult = procedure (Sender: TObject; const AIsGranted: Boolean) of object;
C++
typedef void __fastcall (__closure *TOnPermissionRequestResult)(System::TObject* Sender, const bool AIsGranted);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | System.Notification.pas System.Notification.hpp |
System.Notification | System.Notification |
Description
Embarcadero Technologies does not currently have any additional information.