System.Generics.Collections.TDictionary.Destroy

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDictionary__2();

プロパティ

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

説明

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

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

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

関連項目