Inserts an Item into the List.
Source position: comctrls.pp line 1536
protected procedure TCustomListView.InsertItem( |
AItem: TListItem |
); virtual; |
AItem |
|
Item with the values inserted into the Items for the control. |
Signals the OnInsert event handler (when assigned) using the value in AItem as an argument.
InsertItem is called from the DoInsert method when an overridden method has been implemented in a descendent class and called from ItemInserted.
|
Event handler signalled when a list item is added to or inserted in the Items for the control. |
|
|
Performs actions needed to insert the specified list item. |
|
|
Performs actions when a list item has been inserted in the Items collection. |
|
|
Represents the items created in TCustomListView and descendants. |
| Version 4.4 | Generated 2025-11-08 | Home |