表示: Delphi C++
表示設定

System.Classes.TCollectionNotification

提供:XE2 API Documentation
移動: 案内, 検索

Delphi

type TCollectionNotification = (cnAdded, cnExtracting, cnDeleting)

C++

enum TCollectionNotification : unsigned char { cnAdded, cnExtracting, cnDeleting };

プロパティ

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

説明

TCollectionNotification は、コレクション内のアイテムに行われた変更のタイプを表します。

次の表に、TCollectionNotification に指定可能な値を示します。



意味

cnAdded

アイテムがコレクションに単純に追加されました。

cnExtracting

アイテムがコレクションから削除されようとしてしています(ただし、解放はされません)。

cnDeleting

アイテムがコレクションから削除されて解放されようとしています。



関連項目

以前のバージョン
他の言語