Source position: syshelph.inc line 301
public function TWideStringHelper.IndexOfAnyUnquoted( |
const AnyOf: array of WideChar; |
StartQuote: WideChar; |
EndQuote: WideChar |
):SizeInt; overload; |
const AnyOf: array of WideChar; |
StartQuote: WideChar; |
EndQuote: WideChar; |
StartIndex: SizeInt |
):SizeInt; overload; |
const AnyOf: array of WideChar; |
StartQuote: WideChar; |
EndQuote: WideChar; |
StartIndex: SizeInt; |
ACount: SizeInt |
):SizeInt; overload; |
const AnyOf: array of WideString; |
StartQuote: WideChar; |
EndQuote: WideChar; |
StartIndex: SizeInt; |
out Matched: SizeInt |
):SizeInt; overload; |