System.Sensors.TRegionProximityEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRegionProximityEvent = procedure (Sender: TObject; const Region: TLocationRegion) of object;

C++

typedef void __fastcall (__closure *TRegionProximityEvent)(System::TObject* Sender, const TLocationRegion &Region);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors

Description

Type of event handler for events that occur when the user enters or leaves a region.

See Also