TStringAlignGrid 从 D6 到 DelphiXE
有没有人能够将 Andreas Hörstemeier 的 StringAlignGrid 从 Delphi 6(他的最新版本)转换为在 Delphi XE 下工作?
我有几个广泛使用 StringAlignGrid 的项目,如果可能的话,我宁愿不转换为另一个网格。
史蒂夫...
Has anyone been able to convert the StringAlignGrid by Andreas Hörstemeier from Delphi 6 (his latest release) to work under Delphi XE?
I have several projects that use StringAlignGrid extensivly and I would rather not convert to another grid if possible.
Steve...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
源代码是免费提供的,因此如果您需要立即使其工作,您可以尝试自己完成。http://www.hoerstemeier.com/files/grid21.zip
我很快就加载了源代码,这并不难。我有一个可以在这里编译的版本,但我真的没有时间测试它。我花了大约 3 分钟才让它工作,所以我建议你按照我刚才所做的操作:
String
而不是ansiststring
。如果您确实成功了,请不要忘记将您的版本发送给 Andreas。
The source is freely available, so if you need to get this working straight away, you could just attempt to do it yourself.http://www.hoerstemeier.com/files/grid21.zip
I've quickly loaded the source and it's not that hard to do. I've got a version that compiles here, but I don't really have the time to test it. It took me about 3 minutes to get it working, so I suggest you just do what I just did:
String
instead ofansistring
.If you do make it work, don't forget to send your version to Andreas.
我过去在另一个组件中遇到过这个问题。联系作者是解决方案:我接受保密协议,免费收到来源。
I faced this problem in the past for another component. Contacting the author was the solution : I received the sources for free accepting a confidentialty agreement.