[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Represents a search mechanism used to locate the data for a list view item.
Source position: comctrls.pp line 1279
type TItemFind = ( |
||
ifData, |
|
Not used in the current implementation. |
ifPartialString, |
|
Not used in the current implementation. |
ifExactString, |
|
Not used in the current implementation. |
ifNearest |
|
Not used in the current implementation. |
); |
TItemFind is the type passed as an argument to TLVDataFindEvent and used to implement the OnDataFind event handler in TCustomListView.
|
Event handler signalled to locate list item data in OwnerData (virtual) mode. |
|
|
Not used in the current LCL implementation. |
lazarus-ccr.sourceforge.net |