Difference between revisions of "System.JSON.Builders.TJSONCollectionBuilder.DoResetWriter"
(RS-66773) |
AChavesBot (talk | contribs) m (RS-74247) |
||
| Line 18: | Line 18: | ||
[[Category:API Documentation]] | [[Category:API Documentation]] | ||
| − | [[Category: | + | [[Category:Berlin]] |
Latest revision as of 13:16, 25 January 2016
Delphi
procedure DoResetWriter(AWriter: TJsonWriter); virtual;
C++
virtual void __fastcall DoResetWriter(System::Json::Writers::TJsonWriter* AWriter);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | System.JSON.Builders.pas System.JSON.Builders.hpp |
System.JSON.Builders | TJSONCollectionBuilder |
Description
Override DoResetWriter to reset the underlying builder stream.
Override the DoResetWriter method to reset the underlying builder stream as part of the Clear method call.
DoResetWriter raises a EJSONCollectionBuilderError exception if no TResetWriterProc was assigned at creation.
See Also
- System.JSON.Builders.TJSONCollectionBuilder.DoGetReader
- System.JSON.Builders.TJSONCollectionBuilder.DoReleaseReader
- System.JSON.Builders.TJSONCollectionBuilder.Create
- System.JSON.Builders.TJSONCollectionBuilder.TResetWriterProc
- System.JSON.Builders.EJSONCollectionBuilderError
- System.JSON.Writers.TJsonWriter