[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Updates the specified item in the collection, and updates the cool bar when needed.
Source position: comctrls.pp line 2537
protected procedure TCoolBands.Update( |
aItem: TCollectionItem |
); override; |
aItem |
|
Collection item updated in the collection. |
Update is an overridden method in TCoolBands. It calls the inherited method on entry to notify observers that the collection item has changed. If a TCoolBar instance was assigned as the owner for the collection, its CalculateAndAlign method is called to layout and resize the visible bands for the control. The cool bar control is redrawn prior to exiting from the method.
Version 4.0 | Generated 2025-05-03 | Home |