Unit 'Laz2_XMLRead' Package
[Overview][Types][Classes][Procedures and functions][Index] [#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.6 Hosted on Source Forge