System.JSON.Writers.TJsonWriter.CloseOutput

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CloseOutput: Boolean read FCloseOutput write FCloseOutput;

C++

__property bool CloseOutput = {read=FCloseOutput, write=FCloseOutput, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonWriter

Description

Gets or sets a boolean value indicating whether the underlying reader should be closed when the writer is closed.

See Also