System.Sensors.TGeocoder.Authorized

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class function Authorized: TAuthorizationType; virtual; abstract;

C++

virtual __classmethod TAuthorizationType __fastcall Authorized() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TGeocoder


説明

アプリケーションが、センサの利用を認証されているか(atAuthorized)、否か(atUnauthorized)、または、認証状態が不明かどうか(atNotSpecified)を示します。

関連項目