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

TAnsiStringBuilder.Remove

Remove data from the string.

Declaration

Source position: syssbh.inc line 93

public function TAnsiStringBuilder.Remove(

  StartIndex: Integer;

  RemLength: Integer

):TAnsiStringBuilder;

Description

Remove will remove RemLength characters from the string buffer, starting at position StartIndex (0-based).

Errors

If the range of characters to remove falls outside the allowed range of characters, then an ERangeError exception is raised.

See also

AppendFormat

  

Append the result of a Format.

AppendLine

  

Append a string followed by a newline.

Append

  

Append data in string form to the buffer.

Insert

  

Insert data in string form into the buffer at a given position.

Clear

  

Clear the string being built.


Documentation generated on: Jul 24 2023