System.Bluetooth.TBluetoothManager.Current
Delphi
class property Current: TBluetoothManager read InternalGetBluetoothManager;
C++
/* static */ __property TBluetoothManager* Current = {read=InternalGetBluetoothManager};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothManager |
Description
Returns a global instance of TBluetoothManager.
You only need one instance of TBluetoothManager on any application. Use Current to obtain an instance of TBluetoothManager and work with TBluetoothManager as a singleton.
See Also
- Singleton pattern (Wikipedia)