将 dxGrid 转换为 cxGrid

发布于 2024-07-18 20:30:32 字数 115 浏览 8 评论 0原文

我正在将现有数据库驱动的应用程序从 D7 转换为 D2009,因此我将无法再使用 dxGrids。 有没有自动方法将 dxGrid 组件转换为 cxGrid? 如果没有,您会建议我怎样才能获得手动转换它们的时间?

I'm converting existing database driven application from D7 to D2009, therefore I won't be able to use dxGrids anymore. Is there any automatic way to convert dxGrid components to cxGrids? If not, what would you suggest me in order to gain time converting them manually?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

定格我的天空 2024-07-25 20:30:32

这是 Dev Express 网站上解决此问题的问题
www.devexpress.com/issue=CQ59375

摘录:

简而言之,您应该执行
按照以下步骤转换您的
当前项目:

1) 安装两个版本
ExpressQuantumGrid(v3 和 v6)用于
德尔福6;
2) 转换旧网格
布局到最新的产品版本
(请参阅“转换为
ExpressQuantumGrid”主题中
ExpressQuantumGrid 的文档
查找更多相关信息
主题);
3) 调整您的代码以使用
最新的产品版本;
4) 安装
最新版本的
用于 Delphi 的 ExpressQuantumGrid (v6)
2007年; 5)使用转换后的项目
德尔福2007。

从他们引用的帮助文件中:

ExpressQuantumGrid 提供导入
设计时的导入对话框
来自第三方网格的设置
控件并将它们转换为
的原生属性
ExpressQuantumGrid。 三种类型
网格组件可以导入到
ExpressQuantumGrid:

· ExpressQuantumGrid3 (TdxDBGrid) 和
ExpressQuantumGrid3 布局
(TdxDBGridLayout)
· 标准TDBGrid
· W2W InfoPowerGrid 3000 (TwwDBGrid)

Here is a issue on the Dev Express site that address this issue
www.devexpress.com/issue=CQ59375

Excerpt:

In brief, you should perform the
following steps to convert your
current project:

1) Install both versions of the
ExpressQuantumGrid (v3 and v6) for
Delphi6;
2) Convert your old grid's
layout to the latest product version
(please refer to the "Converting to
ExpressQuantumGrid" topic in the
ExpressQuantumGrid's documentation to
find more information on this
subject);
3) Adjust your code to use
the latest product version;
4) Install
the latest version of the
ExpressQuantumGrid (v6) for Delphi
2007; 5) Use the converted project in
Delphi 2007.

From the help file that they refer to:

ExpressQuantumGrid provides an Import
dialog at design time for importing
settings from third-party grid
controls and converting them to the
native properties of the
ExpressQuantumGrid. Three types of
grid components can be imported to
ExpressQuantumGrid:

· ExpressQuantumGrid3 (TdxDBGrid) and
ExpressQuantumGrid3 Layout
(TdxDBGridLayout)
· standard TDBGrid
· W2W InfoPowerGrid 3000 (TwwDBGrid)

转身以后 2024-07-25 20:30:32

VCL 的 ExpressQuantumGrid 可能具有您需要的迁移支持

ExpressQuantumGrid by VCL may have the migration support you need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文