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

TUnicodeEnumeratorBase.Current

Byte values for the current codepoint in the enumerator.

Declaration

Source position: lazunicode.pas line 71

public property TUnicodeEnumeratorBase.Current : string
  read fCurrent;

Description

Current is a read-only String property which provides access to the byte values for the current codepoint in the enumerator. Current is updated in UpdateCurrent when the MoveNext method is called.