System.Bluetooth.Components.TBluetoothLE.SetEnabled

From RAD Studio API Documentation
Revision as of 08:29, 11 March 2015 by AChaves (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 TBluetoothLE

Description

Setter of the Enabled property.

See Also