API:System.Bluetooth.TBluetoothServiceList

提供:RAD Studio API Documentation

TBluetoothServiceListSystem.Generics.Collections.TListSystem.Generics.Collections.TEnumerableSystem.TObject

Delphi

TBluetoothServiceList = class(TList<TBluetoothService>);

C++

class PASCALIMPLEMENTATION TBluetoothServiceList : public System::Generics::Collections::TList__1<TBluetoothService>

プロパティ

種類 可視性 ソース ユニット
class public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth

説明

順序付きリストです。 {{#multireplace:System.Bluetooth.TBluetoothServiceList|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:System.Generics.Collections.TList|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:System.Generics.Collections.TList|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

順序付きリストです。

TList は、インデックスによってアクセスできる順序付きリストを表します。

特定の項目のコレクションと比較演算子を使用してリストを作成できます。

リストに対して項目を追加、変更、挿入、または削除できます。また、リスト全体をクリアすることもできます。 リストには、nil オブジェクトを追加できます。

リストは、ソート、検索、および反転できます。

Count は、キュー内の項目数を保持します。 Capacity は、リストが保持できる項目の数です(サイズ変更されるまで)。 Items 配列をインデックス付けすることによって、値を設定および取得することもできます。

リストが変更されると、OnNotify イベントが発生します。

クラス TObjectList は、TList を継承し、リストから削除されたオブジェクトを開放する自動的なメカニズムを提供します。

関連項目


コード サンプル