[Overview][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |