Not used in the current LCL implementation.
Source position: comctrls.pp line 1285
type TLVDataFindEvent = procedure( |
Sender: TObject; |
AFind: TItemFind; |
const AFindString: string; |
const AFindPosition: TPoint; |
AFindData: Pointer; |
AStartIndex: Integer; |
ADirection: TSearchDirection; |
AWrap: Boolean; |
var AIndex: Integer |
) of object; |