Provides navigation to the next codepoint in the enumerator.
Source position: lazunicode.pas line 80
public function TCodePointEnumerator.MoveNext: Boolean; |
True when more characters (codepoints) are available.
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 |