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

説明

0 基準の文字列から位置 StartIndex からのサブ文字列を削除します。指定されている場合には、位置 StartIndex + Count までを削除対象とします。

関連項目