[Overview][Constants][Types][Procedures and functions][Index] |
Source position: msearrayutils.pas line 283
function findarrayitem( |
const item; |
const ar; |
const itemsize: Integer; |
const compare: arraysortcomparety; |
out foundindex: Integer |
):Boolean; overload; |
const item; |
const ar: pointerarty; |
const compare: sortcomparemethodty; |
out foundindex: Integer |
):Boolean; overload; |