System.Bluetooth.TDiscoverableEndEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDiscoverableEndEvent = procedure(const Sender: TObject) of object;

C++

typedef void __fastcall (__closure *TDiscoverableEndEvent)(System::TObject* const Sender);

Properties

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

Description

Type of event handler for the TBluetoothManager.OnDiscoverableEnd event.

See Also