Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TLVDataFindEvent

Not used in the current LCL implementation.

Declaration

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;