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

enumerator(string):TUnicodeCharacterEnumerator

Enumerator which combines diacritical marks.

Declaration

Source position: lazunicode.pas line 102

operator operator enumerator(

  A: string

):TUnicodeCharacterEnumerator;

Description

The enumerator operator enables For ... In loops. This enumerator combines diacritical marks in the String argument for the operator. It is used by default although there are more rules for combining codepoints. Diacritical marks cover rules for most western languages.


Version 4.0 Generated 2025-05-03 Home