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

TLVDataFindEvent

Declaration

Source position: comctrls.pp line 1267

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;

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