Source position: strutils.pp line 118
function PosEx( |
const SubStr: string; |
const S: string; |
Offset: SizeUint |
):SizeInt; |
const SubStr: string; |
const S: string |
):SizeInt; |
c: char; |
const S: string; |
Offset: SizeUint |
):SizeInt; |
const SubStr: UnicodeString; |
const S: UnicodeString; |
Offset: SizeUint |
):SizeInt; |
c: WideChar; |
const S: UnicodeString; |
Offset: SizeUint |
):SizeInt; |
const SubStr: UnicodeString; |
const S: UnicodeString |
):Sizeint; |