I am trying to load a tframe inside a delphi package (bpl) to be shown in my main app please give me code for both package and application.
Give a man a fish and he eats for a day, learn a man to fish and he eats his whole life. So no code for you :)
How you should do it:
Summary: Create a package (bpl) with your frames. In your application, add the bpl to your runtime packages list and then use the TFrames as you would normally do.