Zero-based Indexed access to the characters in the string.
Source position: syshelph.inc line 196
public property TStringHelper.Chars[AIndex: SizeInt] : char |
Chars provides zero-based indexed access to the characters in the string. The first character is at index 0, the last at Length-1.
|
Return the length of the string. |