[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Base class for a Unicode character enumerator.
Source position: lazunicode.pas line 60
type TUnicodeEnumeratorBase = class |
||
public |
||
constructor Create(); |
|
Constructor for the class instance. |
property Current: string; [r] |
|
Byte values for the current codepoint in the enumerator. |
property CurrentCodeUnitCount: Integer; [r] |
|
Number of bytes in the Current codepoint. |
end; |
|
Base class for a Unicode character enumerator. |
|
| | | ||
Base class for a Unicode character enumerator.
| Version 4.4 | Generated 2025-11-08 | Home |