简体   繁体   中英

Where can I find XML Data Binding Wizard in Delphi?

It seems I have removed XML Data Binding Wizard from Delphi XE IDE, because I can't see it in th IDE. Delpih IDE中的所有选项

Which BPL-library should I install for turning on this wizard again?

You have to have an open project before it's available (of any kind).

  • File->New->VCL Forms Application
  • File->New->Other, choose Delphi Projects->XML
  • Double-click the XML Data Binding item in the right pane

IDE新建项对话框图像

Delphi Professional仅包括XML Schema Binding Wizard(基于模式创建对象和接口结构),而不包括Data Binding Wizard(支持对数据集的转换)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM