Constructor for the class instance.
Source position: laz2_xmlread.pas line 123
public constructor TXMLInputSource.Create( |
AStream: TStream |
); overload; |
const AStringData: string |
); overload; |
AStream |
|
Stream with the content for the XML input source. |
AStringData |
|
Values used as the content for the XML input source. |
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.4 | Generated 2025-11-08 | Home |