System.Bluetooth.Components.TBluetooth.OnRemoteRequestPair

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnRemoteRequestPair: TRemoteRequestPairEvent read FOnRemoteRequestPair write FOnRemoteRequestPair;

C++

__property System::Bluetooth::TRemoteRequestPairEvent OnRemoteRequestPair = {read=FOnRemoteRequestPair, write=FOnRemoteRequestPair};

Properties

Type Visibility Source Unit Parent
event published
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth

Description

OnRemoteRequestPair raises when a remote device requests pairing.

See Also