[Overview][Classes][Procedures and functions][Index] Reference for unit 'LazUnicode' (#lazutils)

TUnicodeEnumeratorBase.Create

Constructor for the class instance.

Declaration

Source position: lazunicode.pas line 70

public constructor TUnicodeEnumeratorBase.Create(

  const A: string

);

Arguments

A

  

Unicode string for the enumerator.

Description

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