[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed to insert the specified list item.
Source position: comctrls.pp line 1521
protected procedure TCustomListView.DoInsert( |
AItem: TListItem |
); virtual; |
AItem |
|
List view item inserted in the method. |
DoInsert ensures an overridden Insert method in a descendent class is always executed for the list item in AItem. If the method has been overridden, the OnInsert event handler is signalled (when assigned).
DoInsert is called from the ItemInserted method which occurs when the list item is stored in the Items property.
|
ItemInserted - the specified item is inserted into the list. |
|
|
Called when a list item is inserted in program code. |
|
|
Collection of list items displayed on the list view control. |
|
|
Insert an item in the list at AIndex, returning the value of the ListItem. |
|
|
InsertItem - procedure to insert AItem at position AIndex in the list. |
lazarus-ccr.sourceforge.net |