Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

StrCharLength

Return the length of a null-terminated string in characters.

Declaration

Source position: sysstrh.inc line 268

function StrCharLength(

  const Str: PAnsiChar

):SizeInt;

Description

StrCharLength returns the length of the null-terminated string Str (a widestring) in characters (not in bytes). It uses the widestring manager to do this.


Documentation generated on: Jul 24 2023