System.Beacon.TBeaconManager.DoStopScan

From RAD Studio API Documentation
Revision as of 09:37, 9 February 2015 by Jesush (talk | contribs) (57831)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function DoStopScan: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoStopScan() = 0 ;

Properties

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

Description

The DoStopScan method implements the StopScan method.

See Also