[Overview][Classes][Procedures and functions][Index] Reference for unit 'LazUnicode' (#lazutils)

TUnicodeEnumeratorBase.CurrentCodeUnitCount

Number of bytes in the Current codepoint.

Declaration

Source position: lazunicode.pas line 72

public property TUnicodeEnumeratorBase.CurrentCodeUnitCount : Integer
  read fCurrentCodeUnitCount;

Description

CurrentCodeUnitCount is a read-only Integer property which contains the number of bytes needed for the codepoint in Current. CurrentCodeUnitCount is updated in UpdateCurrent when MoveNext is called.


Version 4.0 Generated 2025-05-03 Home