System.SysUtils.TrimRight
Delphi
function TrimRight(const S: string): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall TrimRight(const System::UnicodeString S)/* overload */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| function | public | System.SysUtils.pas System.SysUtils.hpp | System.SysUtils | System.SysUtils | 
説明
文字列から末尾部分の空白と制御文字を取り除きます。
TrimRight 関数は,末尾部分の空白と制御文字が取り除かれた文字列 S のコピーを返します。