System.JSON.Writers.TJsonTextWriter.WriteWhitespace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteWhitespace(const Ws: string);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonTextWriter

Description

Writes the given white space.

Parameters:

  • Ws: The string of white space characters.

See Also