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

TXMLObjectWriterStackElType

Represents element types used in stack elements for an XML object writer.

Declaration

Source position: laz_xmlstreaming.pas line 37

type TXMLObjectWriterStackElType = (

  elUnknown,

  

Element is an unknown type.

  elPropertyList,

  

Element represents a property in a list of properties.

  elChildrenList

  

Element represents a child component in a list of child components.

);

See also

TXMLObjectWriterStackEl.ElemType

  

Indicates the element type for the stack element.


Version 4.0 Generated 2025-05-03 Home