Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在哪里可以找到TComponent、TObject、TList等的 API 文档?我正在将一些使用 C++ 生成器编写的 C++ 代码转换为 C#。为了找到 C# 等效项,我无法找到这些类的相关文档。
TComponent
TObject
TList
使用官方在线参考。该链接直接指向索引 - 只需根据需要在那里查找类型和函数。