Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在移动应用程序的大型应用程序中,什么会更有效?为每个菜单项制作一个单独的 TabItem,或者让一个带有空 Rectangle 的 TabItem 成为每个菜单项单元的表单的父项?
(我假设您的意思是重新设置子窗体上的控件以显示在主窗体上的容器中。如果是这样,您将需要使用(例如)TLayout,它将更好地处理子控件而不是 TRectange)。
这取决于您所说的“高效”是什么意思。
一个大的表格在启动时会花费更长的时间并消耗更多的内存。
随着每个表单的创建和销毁,按需创建内容将在运行时花费更长的时间。