[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Inserts an Item into the List.
Source position: comctrls.pp line 1522
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.
|
Called when a list item is inserted in program code. |
|
|
Performs actions needed to insert the specified list item. |
|
|
ItemInserted - the specified item is inserted into the list. |
|
|
Represents the items created in TCustomListView and descendants. |
lazarus-ccr.sourceforge.net |