ListView::InsertItem
void InsertItem (short listItem);
Parameters
- listItem
1-based index of the list view item before which the new item should be inserted. TopItem of Item type specifies the first item of the list view, BottomItem of Item type inserts the new item after the last item of the list view. If listItem is the number of items in the list view plus 1, it has the same effect as BottomItem.