Unit 'Laz2_XMLRead' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lazutils]

TXMLInputSource.StringData

String with the XML content for the input source.

Declaration

Source position: laz2_xmlread.pas line 126

public property TXMLInputSource.StringData : string
  read FStringData;

Description

StringData is a read-only String property that contains the XML content for the input source. The value in StringData is assigned in the Create constructor.


Version 4.4 Generated 2025-11-08 Home