System.Bluetooth.TBluetoothGattDescriptor.DoGetWritableAuxiliaries
Delphi
function DoGetWritableAuxiliaries: Boolean; virtual; abstract;
C++
virtual bool __fastcall DoGetWritableAuxiliaries(void) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattDescriptor |
Description
Returns True if you can edit the textual description of the characteristic or False otherwise.
You can only call DoGetWritableAuxiliaries if the kind of the descriptor is ExtendedProperties.
- Note: This is an abstract method that platform-specific subclasses of TBluetoothGattDescriptor implement.