[Overview][Constants][Types][Procedures and functions][Index] |
Source position: msearrayutils.pas line 239
function findarrayvalue( |
const item; |
const items; |
const itemsize: Integer; |
const count: Integer; |
const compare: arraysortcomparety; |
out foundindex: Integer |
):Boolean; overload; |
const item; |
const items; |
const itemsize: Integer; |
const index: integerarty; |
const compare: arraysortcomparety; |
out foundindex: Integer |
):Boolean; overload; |