[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Collection change notifcation enumeration.
Source position: classesh.inc line 370
type TCollectionNotification = ( |
||
cnAdded, |
|
An item is added to the collection. |
cnExtracting, |
|
An item is extracted from the collection. |
cnDeleting |
|
An item is deleted from the collection. |
); |
TCollectionNotificationis used in the TCollectionclass to send notifications about changes to the collection.