System.JSON.Writers.TJsonTextWriter.WriteWhitespace

提供:RAD Studio API Documentation

Delphi

procedure WriteWhitespace(const Ws: string);

C++

void __fastcall WriteWhitespace(const System::UnicodeString Ws);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonTextWriter


説明

指定された空白を書き込みます。

パラメータ:

  • Ws: 空白文字の文字列です。

関連項目