System.Beacon.Components.TCustomBeacon.OnNewEddystoneURL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnNewEddystoneURL: TBeaconEddystoneURLEvent read FOnBeaconEddystoneURL write FOnBeaconEddystoneURL;

C++

__property System::Beacon::TBeaconEddystoneURLEvent OnNewEddystoneURL = {read=FOnBeaconEddystoneURL, write=FOnBeaconEddystoneURL};

Properties

Type Visibility Source Unit Parent
event public
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TCustomBeacon

Description

Occurs each time a new EddystoneURL beacon is detected.

See Also