Remove data from the string
Source position: syssbh.inc line 93
public function TUnicodeStringBuilder.Remove( |
StartIndex: Integer; |
RemLength: Integer |
Remove will remove RemLength characters from the string buffer, starting at position StartIndex (0-based).
If the range of characters to remove falls outside the allowed range of characters, then an ERangeError exception is raised.
|
Append the result of a Format |
|
|
Append a string followed by a newline |
|
|
Append data in string form to the buffer |
|
|
Insert data in string form into the buffer at a given position |
|
|
Clear the string being built |