System.Bluetooth.Components.TBluetoothLE.SetEnabled: Unterschied zwischen den Versionen

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „{{#lst:API:System.Bluetooth.Components.TBluetoothLE.SetEnabled|api}} ==Beschreibung== {{#lsth:API:System.Bluetooth.Components.TBluetoothLE.SetEnabled|Beschreib…“)
 
K (1 Version: Translated with Trados. LOC-17991)
 
Zeile 1: Zeile 1:
 
{{#lst:API:System.Bluetooth.Components.TBluetoothLE.SetEnabled|api}}
 
{{#lst:API:System.Bluetooth.Components.TBluetoothLE.SetEnabled|api}}
 +
 
==Beschreibung==
 
==Beschreibung==
{{#lsth:API:System.Bluetooth.Components.TBluetoothLE.SetEnabled|Beschreibung}}
+
 
 +
{{#ifeq: {{PAGENAME}} | System.Bluetooth.Components.TBluetoothLE.SetEnabled| |{{InheritsFrom|System.Bluetooth.Components.TBluetoothLE.SetEnabled}}}}
 +
 
 +
<section begin="short" />Setter-Methode der Eigenschaft [[System.Bluetooth.Components.TBluetoothLE.Enabled|Enabled]].<section end="short" />
 +
 
 +
===Siehe auch===
 +
 
 +
* [[System.Bluetooth.Components.TBluetoothLE.Setup|System.Bluetooth.Components.TBluetoothLE.Setup]]
 +
* [[System.Bluetooth.Components.TBluetoothLE.CurrentManager|System.Bluetooth.Components.TBluetoothLE.CurrentManager]]
 +
* [[System.Bluetooth.Components.TBluetoothLE.CancelDiscovery|System.Bluetooth.Components.TBluetoothLE.CancelDiscovery]]
 +
 
 +
* [[System.Bluetooth.TBluetoothLEManager.GetGattServer|System.Bluetooth.TBluetoothLEManager.GetGattServer]]
 +
 
 +
[[Category:API-Dokumentation]]
 +
[[Category:XE8]]

Aktuelle Version vom 8. April 2015, 07:18 Uhr

Delphi

procedure SetEnabled(AEnable: Boolean);

C++

void __fastcall SetEnabled(bool AEnable);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


Beschreibung

Setter-Methode der Eigenschaft Enabled.

Siehe auch