System.SysUtils.TStringHelper.TrimEnd

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

Delphi

function TrimEnd(const TrimChars: array of Char): string; deprecated 'Use TrimRight';

プロパティ

種類 可視性 ソース ユニット
function public System.SysUtils.pas System.SysUtils TStringHelper

説明

警告: TrimEnd は非推奨になっています。 TrimRight を使用してください。

指定された末尾の文字を、この 0 基準の文字列から取り除きます。

TrimChars パラメータでは、どの文字(文字の配列の形式で指定)を、この 0 基準の文字列の末尾から取り除くかを指定することができます。

関連項目