Specifies an event handler signalled when a list item is added to a list view control.
Source position: comctrls.pp line 1321
type TLVInsertEvent = TLVDeletedEvent; |
TLVInsertEvent is an alias for the TLVDeletedEvent type, and uses the same arguments. TLVInsertEvent is the type used to implement the OnInsert event handler in TCustomListView.
|
Specifies an event handler signalled when a list view item is deleted. |
|
|
Event handler signalled when a list item is added to or inserted in the Items for the control. |
| Version 4.6 | Hosted on Source Forge |