将 Tframe 从 bpl 加载到应用程序
我正在尝试在 delphi 包(bpl)中加载 tframe 以在我的主应用程序中显示 请给我包和应用程序的代码。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
授人以鱼,可食一日;授人以鱼,可食一生。所以没有适合你的代码:)
你应该如何做:
摘要:使用您的框架创建一个包 (bpl)。在您的应用程序中,将 bpl 添加到运行时包列表中,然后像平常一样使用 TFrame。
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.