help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TCollectionNotification

Collection change notifcation enumeration.

Declaration

Source position: classesh.inc line 378

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.

);

Description

TCollectionNotification is used in the TCollection class to send notifications about changes to the collection.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505