Unit 'LCLProc' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

UTF16Length

Deprecated. Use the LazUTF16.UTF16Length routine instead.

Declaration

Source position: lclproc.pas line 238

function UTF16Length(

  const s: UnicodeString

):PtrInt;

function UTF16Length(

  p: PWideChar;

  WordCount: PtrInt

):PtrInt;

Version info

Deprecated in LCL version 4.0 (July 2023).

See also

#lazutils.lazutf16.UTF16Length


Version 4.4 Generated 2025-11-08 Home