System.AnsiStrings.Trim

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

Delphi

function Trim(const S: AnsiString): AnsiString;

C++

extern DELPHI_PACKAGE System::AnsiString __fastcall Trim(const System::AnsiString S)/* overload */;

プロパティ

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

説明

前後のスペースと制御文字を除去します。

Trim は、指定された AnsiString から、先頭および末尾にあるスペースと制御文字を除去します。

関連項目