System.Bluetooth.TBluetoothLEDevice.FAutoConnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FAutoConnect: Boolean;

C++

bool FAutoConnect;

Properties

Type Visibility Source Unit Parent
field protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice

Description

Protected property that determines whether to connect to the remote device as soon as the remote device is available (True) or to connect to the remote device directly (False).

You define the value of FAutoConnect when you create a device.

See Also