Delphi can not compile the unit create by its "XML Data Binding Wizard"

57 views Asked by At

When I compile the unit, it gives the following message:

[dcc32 Error] InvoiceV2R31.pas(1952): E2003 Undeclared identifier: 'IXMLPropertyValueList'

This identifier is frequently used in this unit, but I have no idea about where it is declared. So that is what I want to be helped with.

I'm trying to create a function that uses an XSD stack of files that creates a XML file containing data from a database. So I need this wizard to create the XML document to be used to create the wanted XML file. I don't know any other way to do it. Are there some other components and/or libraries available?

0

There are 0 answers