System.Beacon.Components.TBeacon.Mode

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

Delphi

property Mode: TBeaconScanMode read FMode write SetMode default 0;

C++

__property Mode = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeacon

説明

Mode プロパティは、監視するビーコンの種類を示します。種類は TBeaconScanMode で指定され、値はデフォルトで Standard に設定されます。

System.Beacon.Components.TBeacon.Mode は System.Beacon.Components.TCustomBeacon.Mode を継承しています。以下の内容はすべて System.Beacon.Components.TCustomBeacon.Mode を参照しています。

Mode プロパティは、監視するビーコンの種類を示します。種類は TBeaconScanMode で指定され、値はデフォルトで Standard に設定されます。

関連項目