System.Bluetooth.TBluetoothGattCharacteristic.SetValueAsString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetValueAsString(const AValue: string; IsUTF8: Boolean = True);

C++

void __fastcall SetValueAsString(const System::UnicodeString AValue, bool IsUTF8 = true);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattCharacteristic

Description

Sets the Characteristic Value to the String AValue supplied as an argument.

SetValueAsString expects two arguments:

See Also