[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handles the notification that occurs when a collection item is added, extracted, or deleted.
Source position: comctrls.pp line 2538
protected procedure TCoolBands.Notify( |
aItem: TCollectionItem; |
aAction: TCollectionNotification |
); override; |
aItem |
|
Collection item for the notification. |
aAction |
|
Action performed for the collection item. |
Notify is an overridden method in TCoolBands, and calls the inherited method on entry to notify observers of the change to the collection item. If the collection item was added, its owner is set to the TCoolBar instance that owns the collection.
|
Implements a band displayed on the TCoolBar control. |
|
Version 4.0 | Generated 2025-05-03 | Home |