System.SysUtils.TStringHelper.Remove
Delphi
function Remove(StartIndex: Integer): string; overload; inline;
function Remove(StartIndex: Integer; Count: Integer): string; overload; inline;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | System.SysUtils.pas | System.SysUtils | TStringHelper |
Beschreibung
Entfernt den Teilstring an der Position StartIndex
und optional bis zur Position StartIndex
+ Count
, falls angegeben, aus diesem String.