[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Remove a number of characters from the string
Source position: syshelph.inc line 128
public function TStringHelper.Remove( |
StartIndex: Integer |
):string; overload; |
StartIndex: Integer; |
ACount: Integer |
):string; overload; |
Remove removes ACount characters from the string, starting at (zero-based) index StartIndex. If ACount is omitted, all remaining characters are removed.
|
Delete part of a string. |
|
|
Replace occurrences of one string with another. |
|
|
Insert a string at a given position |