[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Specifies an event handler signalled to get the arbitrary data for an item on a list view control.
Source position: comctrls.pp line 1321
type TLVDataEvent = TLVDeletedEvent; |
TLVDataEvent is an alias to the TLVDeletedEvent type, and uses the same arguments. TLVDataEvent is the type used to implement the OnData event handler in TCustomListView.
|
Specifies an event handler signalled when a list view item is deleted. |
|
|
Event handler signalled to the value(s) for a list item when OwnerData (virtual mode) has been enabled. |
|
|
Enables or disables owner data (virtual) mode for the list view control. |
Version 4.0 | Generated 2025-05-03 | Home |