System.Generics.Collections.TOrderedDictionary.Destroy

提供:RAD Studio API Documentation

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TOrderedDictionary__2();

プロパティ

種類 可視性 ソース ユニット
destructor public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TOrderedDictionary

説明

ディクショナリを破棄します。 System.Generics.Collections.TOrderedDictionary.Destroy は System.Generics.Collections.TDictionary.Destroy を継承しています。以下の内容はすべて System.Generics.Collections.TDictionary.Destroy を参照しています。

ディクショナリを破棄します。

このメソッドは、Clear を使用してディクショナリのインスタンスを破棄します。

メモ:  Clear は、項目を削除しても開放しません。項目を開放する必要がある場合は、OnKeyNotifyOnValueNotify イベントを使用します。これは、エントリが削除された場合に発生し、削除された項目を提供します。

関連項目