T持久性+德尔福界面
我需要一个基于 TPersistent 的类(因此它存储 RTTI)并包含默认接口处理(QueryInterface、_AddRef、_Release)...我正在寻找的类名是什么?
I need a class that is based on TPersistent (so it stores the RTTI) and includes default Interfaces handling (QueryInterface, _AddRef, _Release) ... what is the class name I'm looking for?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
哎呀,没关系,刚刚找到了它 - TInterfacedPersistent。可惜Delphi 缺少FreePascal 有的这种文档。感谢上帝,它非常兼容
whoops, nevermind, just found it - TInterfacedPersistent. What a pity Delphi lacks this kind of docs FreePascal has. Thanks God it is quite compatible