API:System.Generics.Collections.TCollectionNotification

From RAD Studio API Documentation
Revision as of 22:43, 14 January 2013 by BuildBot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

TCollectionNotification = (cnAdded, cnRemoved, cnExtracted);

C++

enum DECLSPEC_DENUM TCollectionNotification : unsigned char { cnAdded, cnRemoved, cnExtracted };

Properties

Type Visibility Source Unit Parent
enum public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections System.Generics.Collections

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!