| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Remove a number of characters from the string
Source position: syshelph.inc line 148
public function TStringHelper.Remove(  | 
StartIndex: SizeInt  | 
):string; overload;  | 
StartIndex: SizeInt;  | 
ACount: SizeInt  | 
):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 elements (characters) from a string or dynamic array.  | 
|
  | 
Replace occurrences of one string with another.  | 
|
  | 
Insert a string at a given position  |