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

TListNotification

Kind of list notification event.

Declaration

Source position: classesh.inc line 245

type TListNotification = (

  lnAdded,

  

List change notification: Element added to the list.

  lnExtracted,

  

List change notification: Element extracted from the list.

  lnDeleted

  

List change notification: Element deleted from the list.

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.