[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when a collection item has been changed.
Source position: comctrls.pp line 4009
protected procedure THeaderSections.Update( |
Item: TCollectionItem |
); override; |
Item |
|
Section updated in the collection for the header control. |
Update is an overridden method used to update the section in the header control. When Item is assigned, the UpdateSection method in the THeaderControl instance is called. If Item is unassigned (contains Nil), the UpdateSections method in the THeaderControl instance is called update all sections in the collection.
Remark: | Update does not call the inherited method which notifies observers of the change. |
Version 4.0 | Generated 2025-05-03 | Home |