[Overview][Types][Classes][Procedures and functions][Index] |
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.
Version 4.0 | Generated 2025-05-03 | Home |