[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions when a list item has been inserted in the Items collection.
Source position: comctrls.pp line 1516
protected procedure TCustomListView.ItemInserted( |
const AItem: TListItem |
); |
AItem |
|
List item for the insert notification. |
Calls the DoInsert method to execute an overridden InsertItem method, or to signal the OnInsert event handler for the list item in AItem. Called from the InsertItem method in TListItems.
|
Performs actions needed to insert the specified list item. |
|
|
Inserts an Item into the List. |
|
|
Event handler signalled when a list item is added to or inserted in the Items for the control. |
|
|
Inserts the specified list item at the specified position in the internal storage for the container. |
|
|
Represents the items created in TCustomListView and descendants. |
Version 4.0 | Generated 2025-05-03 | Home |