[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Procedure called if an item is added to or removed from the collection.
Source position: classesh.inc line 485
protected procedure TCollection.Changed; |
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.
|
Hander called when an item in the collection has changed. |
|
|
Creates and adds a new item to the collection. |
|
|
Removes all items from the collection. |
lazarus-ccr.sourceforge.net |