System.SysUtils.TrimLeft
Delphi
function TrimLeft(const S: string): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall TrimLeft(const System::UnicodeString S)/* overload */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
説明
TrimLeft は、文字列の左側から空白文字と制御文字を削除します。
先頭のスペースと制御文字が削除された文字列 S のコピーを返します。