How to get component name from bpl in my standalone application

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?

+3
source share

All Articles