System.Bluetooth.Components.TBluetooth.SetEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetEnabled(AEnable: Boolean);

C++

void __fastcall SetEnabled(bool AEnable);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth

Description

Setter of the Enabled property.

See Also