【发布时间】:2010-11-28 15:27:30
【问题描述】:
我需要一个基于 TPersistent 的类(因此它存储 RTTI)并包含默认接口处理(QueryInterface、_AddRef、_Release)...我要查找的类名是什么?
【问题讨论】:
标签: delphi interface rtti tpersistent
我需要一个基于 TPersistent 的类(因此它存储 RTTI)并包含默认接口处理(QueryInterface、_AddRef、_Release)...我要查找的类名是什么?
【问题讨论】:
标签: delphi interface rtti tpersistent
哎呀,没关系,刚刚找到它 - TInterfacedPersistent。可惜 Delphi 缺少 FreePascal 的这种文档。感谢上帝,它非常兼容
【讨论】: