| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Zero-based Indexed access to the characters in the string.
Source position: syshelph.inc line 176
|  public property TStringHelper.Chars[AIndex: Integer] : 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 |