API:System.Bluetooth.TBluetoothLEAdapterList

From RAD Studio API Documentation
Jump to: navigation, search

System.Generics.Collections.TObjectListSystem.Generics.Collections.TListSystem.Generics.Collections.TEnumerableSystem.TObjectTBluetoothLEAdapterList

Delphi

TBluetoothLEAdapterList = class(TObjectList<TBluetoothLEAdapter>);

C++

class PASCALIMPLEMENTATION TBluetoothLEAdapterList : public System::Generics::Collections::TObjectList__1<TBluetoothLEAdapter*>

Properties

Type Visibility Source Unit Parent
class public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth

Description

Ordered list of objects.

System.Bluetooth.TBluetoothLEAdapterList inherits from System.Generics.Collections.TObjectList. All content below this line refers to System.Generics.Collections.TObjectList.

Ordered list of objects.

TObjectList represents an ordered list of objects, accessible by an index.

TObjectList is a TList with the capability of automatically freeing object entries when they are removed from the list. When a TObjectList is instantiated, an AOwnsObjects parameter specifies whether the list owns the list entries. If the entry is owned, when the entry object is removed from the list, the entry object is freed.

The OwnsObjects property gets or sets the object ownership.

See Also

Code Examples