Classes.GetPackageInfocan list all units and necessary packages for a package. But I want Proc to like:
procedure GetPackageComponents(ModuleName: PChar; ComponentsList: TStrings);
which will get all the IDE components from the Designtime package.
And can this be a common way? eg. calling this proc from a VC application?
source
share