[Overview][Procedures and functions][Index] Reference for unit 'LazUTF16' (#lazutils)

UTF16CharStart

Declaration

Source position: lazutf16.pas line 42

function UTF16CharStart(

  P: PWideChar;

  Len: PtrInt;

  CharIndex: PtrInt

):PWideChar;

Arguments

P

  

PWideChar value with the values examined in the routine.

Len

  

Len is the length in words of P.

CharIndex

  

CharIndex is the position of the desired UnicodeChar (starting at 0).