System.Bluetooth.Components.TBluetooth.CurrentManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrentManager: TBluetoothManager read GetCurrentManager;

C++

__property System::Bluetooth::TBluetoothManager* CurrentManager = {read=GetCurrentManager};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth

Description

Manager of your component.

See Also