Represents element types used in stack elements for an XML object writer.
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. |
); |
|
Indicates the element type for the stack element. |
| Version 4.4 | Generated 2025-11-08 | Home |