[Overview][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: lazunicode.pas line 70
public constructor TUnicodeEnumeratorBase.Create( |
const A: string |
); |
A |
|
Unicode string for the enumerator. |
Create initializes internal member variable used to access byte values for Unicode codepoints. A is the string with codepoints traversed using the enumerator.
Version 4.0 | Generated 2025-05-03 | Home |