System.Beacon.Components.TCustomBeacon.OnCalcDistance

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnCalcDistance: TBeaconCalcDistanceEvent read FOnCalcDistance write FOnCalcDistance;

C++

__property System::Beacon::TBeaconCalcDistanceEvent OnCalcDistance = {read=FOnCalcDistance, write=FOnCalcDistance};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TCustomBeacon


Beschreibung

Das Ereignis OnCalcDistance wird unmittelbar vor dem Berechnen der Entfernung (Distance) ausgelöst.

Sie können mit OnCalcDistance einen eigenen Algorithmus zum Berechnen der Entfernung (Distance) bereitstellen.

Siehe auch