[Overview][Classes][Procedures and functions][Index] |
[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. |
|
| | ||
TObject |
Base class for a Unicode character enumerator.
Version 4.0 | Generated 2025-05-03 | Home |