System.Beacon.TBeaconManager.DoNearest

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoNearest: IBeacon; virtual; abstract;

C++

virtual _di_IBeacon __fastcall DoNearest(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManager

Description

The DoNearest method implements the Nearest method.

See Also