Performs a notification when an item in the collection has been changed.
Source position: comboex.pas line 106
protected procedure TListControlItems.Update( |
AItem: TCollectionItem |
); override; |
AItem |
|
Collection item for the update notification. |
Update is an overridden method in TListControlItems used to send a notification to observers when the value in AItem has been changed. Update calls the inherited method in TCollection.
TCollection |
TPersistent.FPONotifyObservers |