System.Bluetooth.TBluetoothPropertyFlags

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TBluetoothPropertyFlags = set of TBluetoothProperty;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
set
typedef
public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth


Beschreibung

Repräsentiert eine Menge von TBluetoothProperty-Aufzählungswerten.

Siehe auch