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

TXMLObjectReader.ElementPosition

Indicates whether the object reader is processing an element name or its value.

Declaration

Source position: laz_xmlstreaming.pas line 151

public property TXMLObjectReader.ElementPosition : Integer
  read FElementPosition;

Description

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