RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.OnInsert Event

Occurs immediately after a new item is inserted into the list view.

Pascal
property OnInsert: TLVDeletedEvent;
C++
__property TLVDeletedEvent OnInsert;

Write an OnInsert event handler to respond when an item has just been added to the list. The Item parameter is the TListItem object that was added to the Items property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!