System.Beacon.Components.TBeacon Properties
InheritedProtected
| BeaconDeathTime | published | The BeaconDeathTime property indicates the time in milliseconds to consider that the beacon signal is lost or the beacon is not reachable. |
| BeaconList | public | The BeaconList property contains a TBeaconList with the current detected beacons. |
| CalcMode | published | Calculation mode used to provide the Rssi and Distance values. The default mode is Stabilized. |
| ComObject | public | Specifies the interface reference implemented by the component. |
| ComponentCount | public | Indicates the number of components owned by the component. |
| ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
| Components | public | Lists all components owned by the component. |
| ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
| ComponentStyle | public | Governs the behavior of the component. |
| DesignInfo | public | Contains information used by the Form designer. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Enabled | published | The Enabled property indicates whether the component starts to scan regions automatically or not. |
| Mode | published | Beacon scanning mode that the beacon component uses to scan for beacons to monitor. |
| ModeExtended | published | Indicates which kind of beacons are monitored. |
| MonitorizedRegions | published | The MonitorizedRegions property contains a TBeaconRegionCollection with the list of regions to be monitored. |
| Name | published | Specifies the name of the component as referenced in code. |
| Observers | public | Indicates the TObservers object added to the TComponent. |
| Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
| ScanningSleepingTime | published | The ScanningSleepingTime property indicates the time between scanning cycles. |
| ScanningTime | published | The ScanningTime property indicates the time in milliseconds for scanning each cycle. |
| SPC | published | The SPC property indicates the signal propagation constant value used to calculate the distance. |
| Tag | published | Stores a NativeInt integral value as a part of a component. |
| VCLComObject | public | Represents information used internally by components that support COM. |