[Overview][Constants][Types][Procedures and functions][Index] |
Source position: msearrayutils.pas line 157
function finditem( |
const ar: pointerarty; |
const aitem: pointer |
):Integer; overload; |
const ar: stringarty; |
const aitem: string |
):Integer; overload; |
const ar: msestringarty; |
const aitem: msestring |
):Integer; overload; |
const ar: integerarty; |
const aitem: Integer |
):Integer; overload; |