Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TAnsiStringBuilder.Chars

Indexed access to the characters in the string.

Declaration

Source position: syssbh.inc line 106

public property TAnsiStringBuilder.Chars[index: Integer] : AnsiChar
  read GetC
  write SetC;
  default;

Description

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.

See also

Length

  

Currentl length of the string buffer.


Documentation generated on: Jul 24 2023