[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz_XMLStreaming' (#lazutils)

TXMLObjectWriter.Doc

TDOMDocument used to create and store elements in the XML object writer.

Declaration

Source position: laz_xmlstreaming.pas line 97

public property TXMLObjectWriter.Doc : TDOMDocument
  read FDoc;

Description

Doc is a read-only TDOMDocument property which contains the DOM document used to create and store the DOM elements written in XML object writer. The value in Doc is assigned in the Create constructor, and uses the TDOMDocument instance passed as an argument to the constructor.


Version 4.0 Generated 2025-05-03 Home