System.Bluetooth.TBluetoothManager.Current

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class property Current: TBluetoothManager read InternalGetBluetoothManager;

C++

/* static */ __property TBluetoothManager* Current = {read=InternalGetBluetoothManager};

プロパティ

種類 可視性 ソース ユニット
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothManager


説明

TBluetoothManager のグローバル インスタンスを返します。

どのアプリケーションでも、そのアプリケーションで必要な TBluetoothManager のインスタンスは 1 つだけです。Current を使用すると、TBluetoothManager のインスタンスを取得し、TBluetoothManagerシングルトンとして使用することができます。

関連項目