System.JSON.Readers.TJsonReader.FormatSettings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FormatSettings: TFormatSettings read FFormatSettings write FFormatSettings;

C++

__property System::Sysutils::TFormatSettings FormatSettings = {read=FFormatSettings, write=FFormatSettings};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonReader

Description

Gets or sets local information used by the string formatting routine.

Use FormatSettings to replace the default global context.

FormatSettings is defined as JSONFormatSettings in the Create method of the reader. JSONFormatSettings sets the TFormatSettings to predefined standard values.

See Also