| [Overview][Types][Classes][Procedures and functions][Variables][Index] |
Returns the position where SearchInText starts in SearchForText, or Nil when not found.
Source position: lazutf8.pas line 113
function UTF8PosP( |
SearchForText: PChar; |
SearchForTextLen: SizeInt; |
SearchInText: PChar; |
SearchInTextLen: SizeInt |
):PChar; |