System.Bluetooth.TBluetoothPropertyFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TBluetoothPropertyFlags = set of TBluetoothProperty;

C++

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

Properties

Type Visibility Source Unit Parent
set
typedef
public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth

Description

Represents a set of TBluetoothProperty enumeration values.

See Also