System.Sensors.Components.TLocationSensor.OnEnterRegion

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnEnterRegion: TRegionProximityEvent read FOnEnterRegion write SetOnEnterRegion;

C++

__property System::Sensors::TRegionProximityEvent OnEnterRegion = {read=FOnEnterRegion, write=SetOnEnterRegion};

Propriétés

Type Visibilité  Source Unité  Parent
event published
System.Sensors.Components.pas
System.Sensors.Components.hpp
System.Sensors.Components TLocationSensor


Description

Se produit lorsque le périphérique exécutant votre application entre dans une région de la liste de régions contrôlées.

Cette propriété est un wrapper pour TCustomLocationSensor.OnEnterRegion.

Voir aussi