System.Beacon.TBeaconManufacturerDataHelper.RestartHelper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RestartHelper: Boolean read DoRestartHelper;

C++

__property bool RestartHelper = {read=DoRestartHelper, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManufacturerDataHelper

Description

Determines whether the TBeaconManufacturerDataHelper is restarted.

Set RestartHelper to True in order to restart the TBeaconManufacturerDataHelper.

See Also