Classes.GetPackageInfo
can enumerate all the units and required packages for a package. But I want a Proc like :
procedure GetPackageComponents(ModuleName: PChar; ComponentsList: TStrings);
which will obtain all IDE-Components from a Designtime package.
And is it possible be a general way? eg. call this proc from a VC app ?