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

TXMLInputSource.Stream

Stream with the XML content for the input source.

Declaration

Source position: laz2_xmlread.pas line 125

public property TXMLInputSource.Stream : TStream
  read FStream;

Description

Stream is a read-only TStream property that contains the TStream descendant with the XML content for the input source. The value in Stream is assigned in the Create constructor.


Version 4.0 Generated 2025-05-03 Home