TStringHelper.Chars

Zero-based Indexed access to the characters in the string.

Declaration

Source position: syshelph.inc line 196

public Property
  Chars[AIndex: SizeInt]: Char;

Description

Chars provides zero-based indexed access to the characters in the string. The first character is at index 0, the last at Length-1.

See also

Name Description
Char Character type (1 byte)
TStringHelper.Length Return the length of the string