System.Sensors.TRegionProximityEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors


説明

ユーザーが領域に入るまたは離れた際に発生するイベントの、イベント ハンドラの型。

関連項目