System.Beacon.Components.TCustomBeacon.BeaconDeathTime

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

Delphi

property BeaconDeathTime: integer read FBeaconDeathTime write SetBeaconDeathTime default KBEACONDEATHTIME;

C++

__property int BeaconDeathTime = {read=FBeaconDeathTime, write=SetBeaconDeathTime, default=20};

プロパティ

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


説明

BeaconDeathTime プロパティは、ビーコン信号を見失ったかビーコンが到達可能でないと見なされるまでの時間をミリ秒単位で指定します。

関連項目