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

UTF8Length

Deprecated, see #LazUtils.LazUTF8 for replacements.

Declaration

Source position: lclproc.pas line 339

function UTF8Length(

  const s: string

):PtrInt;

function UTF8Length(

  p: PChar;

  ByteCount: PtrInt

):PtrInt;