Source position: syshelph.inc line 294
public function TWideStringHelper.IndexOfAny( |
const AnyOf: array of WideChar |
):SizeInt; overload; |
const AnyOf: array of WideChar; |
StartIndex: SizeInt |
):SizeInt; overload; |
const AnyOf: array of WideChar; |
StartIndex: SizeInt; |
ACount: SizeInt |
):SizeInt; overload; |
const AnyOf: array of WideString |
):SizeInt; overload; |
const AnyOf: array of WideString; |
StartIndex: SizeInt |
):SizeInt; overload; |
const AnyOf: array of WideString; |
StartIndex: SizeInt; |
ACount: SizeInt |
):SizeInt; overload; |
const AnyOf: array of WideString; |
StartIndex: SizeInt; |
ACount: SizeInt; |
out AMatch: SizeInt |
):SizeInt; overload; |