System.Bluetooth.Components.TBluetooth.OnDiscoveryEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDiscoveryEnd: TDiscoveryEndEvent read FOnDiscoveryEnd write FOnDiscoveryEnd;

C++

__property System::Bluetooth::TDiscoveryEndEvent OnDiscoveryEnd = {read=FOnDiscoveryEnd, write=FOnDiscoveryEnd};

Properties

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

Description

OnDiscoveryEnd raises when DiscoverDevices gets the Timeout.

See Also