System.Bluetooth.TBluetoothPropertyFlags

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

Delphi

type TBluetoothPropertyFlags = set of TBluetoothProperty;

C++

typedef System::Set<TBluetoothProperty, _DELPHI_SET_ENUMERATOR(TBluetoothProperty::Broadcast), _DELPHI_SET_ENUMERATOR(TBluetoothProperty::SignedWrite)> TBluetoothPropertyFlags;

プロパティ

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


説明

TBluetoothProperty 列挙型値の集合を表します。

関連項目