System.Bluetooth.Components.TBluetooth.OnDiscoverableEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDiscoverableEnd: TDiscoverableEndEvent read FOnDiscoverableEnd write FOnDiscoverableEnd;

C++

__property System::Bluetooth::TDiscoverableEndEvent OnDiscoverableEnd = {read=FOnDiscoverableEnd, write=FOnDiscoverableEnd};

Properties

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

Description

OnDiscoverableEnd raises when the discoverable state reaches a Timeout.

See Also