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.
Classes.GetPackageInfo可以枚举一个包的所有单元和所需的包。但我想要一个像这样的 Proc:
Classes.GetPackageInfo
procedure GetPackageComponents(ModuleName: PChar; ComponentsList: TStrings);
这将从 Designtime 包中获取所有 IDE 组件。 有可能是一种通用的方式吗?例如。从 VC 应用程序调用这个过程?