[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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; |
lazarus-ccr.sourceforge.net |