System.SysUtils.TStringHelper.Remove

提供: RAD Studio API Documentation
移動先: 案内検索

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 まで(指定されている場合)のサブ文字列を、この文字列から削除します。

関連項目