[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLProc' (#lcl)

UTF16Length

Deprecated, see the LazUTF16 unit in the LazUtils package for replacements.

Declaration

Source position: lclproc.pas line 302

function UTF16Length(

  const s: UTF16String

):PtrInt;

function UTF16Length(

  p: PWideChar;

  WordCount: PtrInt

):PtrInt;