Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML Data Binding Wizard

Status
Not open for further replies.

Technocratic

Programmer
Jun 2, 2000
16
US
Has anyone used this yet? It seems like a great concept, and I believe it is, but for some reason it's not working for me!
I ran the wizard itself fine, it generated the code, but it does not recognize the Get_Person function it generated. Strangely, it recognizes the data type, so I put in

var Person: IXMLPersonType;

in another form, and it's ok with that. It gives me correct Code Insight when I hover over the definition. But as soon as I try to obtain the interface, it doesn't recognize that, even though I see it right there in the XMLDataType definition!

Person := Get_Person(1);
Delphi gives me "Undeclared Identifier: 'Get_Person'"

I was thinking that possibly the XML components I downloaded and installed may have affected something but I don't think that's it.
Am I doing something completely wrong here? This thing is so new, there's very little info on the web.. at least that I've found...

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top