Indexed access to the characters in the string.
Source position: syssbh.inc line 124
|  public property TUnicodeStringBuilder.Chars[index: Integer] : WideChar | 
Chars allows indexed access to the characters in the string using a zero-based Index. The characters can be read or written. The allowed range for Index is 0 to Length-1.
| 
 | Currentl length of the string buffer. |