[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler signalled to locate list item data in OwnerData (virtual) mode.
Source position: comctrls.pp line 1581
protected property TCustomListView.OnDataFind : TLVDataFindEvent |
OnDataFind is a TLVDataFindEvent property with the event handler signalled to locate the data for a list item when OwnerData (or virtual mode) has been enabled.
Remark: | The current LCL version does not signal the OnDataFind event handler. Use the OnData event handler instead. |
|
Enables or disables owner data (virtual) mode for the list view control. |
|
|
Event handler signalled to the value(s) for a list item when OwnerData (virtual mode) has been enabled. |
|
|
Not used in the current LCL implementation. |