Indexed access to the characters in the string.
Source position: syssbh.inc line 124
public property TAnsiStringBuilder.Chars[index: Integer] : AnsiChar |
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. |