System.SysUtils.TStringHelper.Remove
Delphi
function Remove(StartIndex: Integer): string; overload; inline;
function Remove(StartIndex: Integer; Count: Integer): string; overload; inline;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.SysUtils.pas | System.SysUtils | TStringHelper |
説明
位置 StartIndex
から位置 StartIndex
+ Count
まで(指定されている場合)のサブ文字列を、この文字列から削除します。