System.Beacon.Components.TCustomBeacon.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 TCustomBeacon


Beschreibung

Die Eigenschaft Enabled gibt an, ob die Komponente beginnt, Bereiche automatisch zu scannen oder nicht.

Siehe auch