[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XMLRead' (#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.0 Generated 2025-05-03 Home