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

TCollection.Changed

Procedure called if an item is added to or removed from the collection.

Declaration

Source position: classesh.inc line 485

protected procedure TCollection.Changed;

Description

Changed is called if a change takes place in the collection managed by the class. If the update count ghas reached zero, it calls TCollection.Update with a nil argument.

See also

TCollection.Update

  

Hander called when an item in the collection has changed.

TCollection.Add

  

Creates and adds a new item to the collection.

TCollection.Clear

  

Removes all items from the collection.

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