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

TXMLInputSource.Create

Constructor for the class instance.

Declaration

Source position: laz2_xmlread.pas line 123

public constructor TXMLInputSource.Create(

  AStream: TStream

); overload;

constructor TXMLInputSource.Create(

  const AStringData: string

); overload;

Arguments

AStream

  

Stream with the content for the XML input source.

Arguments

AStringData

  

Values used as the content for the XML input source.

Description

Create is the overloaded constructor for the class instance. The variants allow the content for the input source to be assigned using a String or a TStream descendant. Both variants call the inherited constructor to initialize the class instance. The values in AStringData and AStream are assigned to their corresponding properties.


Version 4.0 Generated 2025-05-03 Home