[Overview][Types][Classes][Procedures and functions][Index] |
DOM Element which represents the component or property in the stack element.
Source position: laz_xmlstreaming.pas line 41
public TXMLObjectWriterStackEl.Element : TDOMElement; |
Element is a TDOMElement member used to store the values from the property or component represented in the stack element. Element is created and populated when TXMLObjectWriter processes properties, components, collections, and lists in the class instance.
Use PropertyName to get the name of the property represented in the stack element.
Use ElemType to determine whether the stack element represents a property list, child component list, or other type.
Use Parent to access the TDOMElement which is the parent for the current stack element.
|
Name of the property represented in the stack element. |
|
|
Indicates the element type for the stack element. |
|
|
Contains the TDOMElement that is the parent node for the stack element. |
|
|
Serializes an object instance using an XML storage format. |
|
|
Implements the DOM Element interface from the DOM specification. |
Version 4.0 | Generated 2025-05-03 | Home |