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

TCodePointEnumerator

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Base class for a Unicode codepoint enumerator.

Declaration

Source position: lazunicode.pas line 78

type TCodePointEnumerator = class(TUnicodeEnumeratorBase)

public

  function MoveNext;

  

Provides navigation to the next codepoint in the enumerator.

end;

Inheritance

TCodePointEnumerator

  

Base class for a Unicode codepoint enumerator.

|

TUnicodeEnumeratorBase

  

Base class for a Unicode character enumerator.

|

TObject

Description

Base class for a Unicode codepoint enumerator. TCodePointEnumerator allows traversal of Unicode codepoints. Uses UTF-8 or UTF-16 encodings depending on value in $ModeSwitch. Extends the ancestor class to provide navigation in the enumerator using the MoveNext method.


Version 4.0 Generated 2025-05-03 Home