[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomListView.OnDataFind

Event handler signalled to locate list item data in OwnerData (virtual) mode.

Declaration

Source position: comctrls.pp line 1581

protected property TCustomListView.OnDataFind : TLVDataFindEvent
  read FOnDataFind
  write FOnDataFind;

Description

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.

See also

TCustomListView.OwnerData

  

Enables or disables owner data (virtual) mode for the list view control.

TCustomListView.OnData

  

Event handler signalled to the value(s) for a list item when OwnerData (virtual mode) has been enabled.

TLVDataFindEvent

  

Not used in the current LCL implementation.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.