[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

ByteLength

Length (in bytes) of a unicodestring

Declaration

Source position: sysunih.inc line 69

function ByteLength(

  const S: UnicodeString

):Integer;

Description

ByteLength returns the length of a unicodestring in bytes. This equals the character length of the string (Length) multiplied by the number of bytes per character (2).

See also

Length

  

Returns length of a string or array.


Documentation generated on: May 14 2021