System.SysUtils.TStringHelper.Remove
Delphi
function Remove(StartIndex: Integer): string; overload; inline;
function Remove(StartIndex: Integer; Count: Integer): string; overload; inline;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | System.SysUtils.pas | System.SysUtils | TStringHelper |
Description
Retire la sous-chaîne à la position StartIndex et facultativement jusqu'à la position StartIndex + Count, si elle est spécifiée, depuis cette chaîne de base zéro.