System.Beacon.Components.TCustomBeaconDevice.Enabled

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Enabled: Boolean read FEnabled write SetEnabled default False;

C++

__property bool Enabled = {read=FEnabled, write=SetEnabled, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TCustomBeaconDevice


Beschreibung

Legt fest, ob TCustomBeaconDevice mit der Bekanntgabe von Daten beginnen kann.

Setzen Sie diese Eigenschaft auf True, damit TCustomBeaconDevice Daten bekannt geben kann.

Siehe auch