[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Specifies an event handler signalled when a list item is added to a list view control.
Source position: comctrls.pp line 1320
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.0 | Generated 2025-05-03 | Home |