[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Hander called when an item in the collection has changed.
Source position: classesh.inc line 490
protected procedure TCollection.Update( |
Item: TCollectionItem |
); virtual; |
Update is called in the following cases:
Descendent classes can override this method to perform additional actions when the collection changes. The Item parameter indicates the item that was changed. This can be Nil
|
Procedure called if an item is added to or removed from the collection. |
lazarus-ccr.sourceforge.net |