Search code examples
delphidelphi-xe2xml-binding

Where has the XML Data Binding Wizard in Delphi XE2 gone?


Embarcadero help indicates that the XML Data Binding Wizard is also in XE2 (as well as XE and earlier) but I cannot see it (on two machines). Has it moved? Did it not get into XE2 yet? Is there a file I can add to install it? I can continue to generate classes using XE but I was about to unistall XE.....!


Solution

  • It's still there. You have to have an open project first. Try this:

    1. File->New->VCL Forms Application - Delphi
    2. File->New->Other-XML - you'll see XML Data Binding.

    It pretty much makes sense; you can't do much with an XML Data Binding without a project to use it.