[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Base class for a Unicode codepoint enumerator.
Source position: lazunicode.pas line 78
type TCodePointEnumerator = class(TUnicodeEnumeratorBase) |
||
public |
||
function MoveNext; |
|
Provides navigation to the next codepoint in the enumerator. |
end; |
|
Base class for a Unicode codepoint enumerator. |
|
| | ||
|
Base class for a Unicode character enumerator. |
|
| | ||
TObject |
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 |