System.Sensors.TCustomLocationSensor.Authorized

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Authorized: TAuthorizationType read GetAuthorized;

C++

__property TAuthorizationType Authorized = {read=GetAuthorized, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomLocationSensor


Beschreibung

Gibt an, ob die Anwendung zum Verwenden des Sensors autorisiert ist (atAuthorized) oder nicht (atUnauthorized) oder ob der Autorisierungsstatus unbekannt ist (atNotSpecified).

Siehe auch