How to create Chrome like application in Delphi which runs multiple processes inside one Window?

后端 未结 6 726
Happy的楠姐
Happy的楠姐 2021-01-30 14:52

Is it possible to create an \"application group\" which would run under one window, but in separate processes, like in Chrome browser? I\'d like to divide one application into m

6条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-30 15:50

    Harriv, you can use a scheme based on plugins. where you have a main application and this dynamically load news functionality. There are several libraries available here I leave some.

    alt text

    Frameworks

    • TMS Plugin Framework
    • TJvPluginManager from JVCL
    • Delphi Plugin Framework
    • Hydra

    Tutorials

    • Implementing Plug-Ins for Your Delphi Applications
    • How to make a Plugin for Your Application (Source Code)

    Bye.

提交回复
热议问题