[Overview][Types][Classes][Procedures and functions][Index] |
Indicates whether the object reader is processing an element name or its value.
Source position: laz_xmlstreaming.pas line 151
public property TXMLObjectReader.ElementPosition : Integer |
0 indicates that the element name is being processed. 1 indicates that the name processing has been completed, and the value(s) in the element are being processed.
Version 4.0 | Generated 2025-05-03 | Home |