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

TUnicodeCharacterEnumerator.CurrentCodePointCount

Number of bytes used for the Current codepoint.

Declaration

Source position: lazunicode.pas line 91

public property TUnicodeCharacterEnumerator.CurrentCodePointCount : Integer
  read fCurrentCodePointCount;

Description

CurrentCodePointCount is a read-only Integer property that indicates the number of bytes used for the Current codepoint. CurrentCodePointCount is updated in the MoveNext method, and includes any combining diacritical marks found in the codepoints.


Version 4.0 Generated 2025-05-03 Home