Unit 'LazUnicode' Package
[Overview][Classes][Procedures and functions][Index] [#lazutils]

TCodePointEnumerator.MoveNext

Provides navigation to the next codepoint in the enumerator.

Declaration

Source position: lazunicode.pas line 80

public function TCodePointEnumerator.MoveNext: Boolean;

Function result

True when more characters (codepoints) are available.

Description

Provides navigation to the next Unicode codepoint in the enumerator. The return value contains True when more characters (codepoints) are available to the enumerator. UpdateCurrent is called using the value from CodePointSize to store the value for the Current property.


Version 4.4 Generated 2025-11-08 Home