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.
我的问题太长了,我很抱歉。
我在我的 Delphi 应用程序中添加了一个 SplitView 组件。单击汉堡菜单按钮时,将打开拆分视图。
但我想将灰色透明层覆盖到另一个组件(面板、按钮等)上
单击灰色图层时,拆分视图菜单将关闭,用户可以访问其他组件。
我想要这样:
我自己做不到。因为像TImage这样的TGraphic派生控件不能放在面板和按钮的前面。
我应该怎么办?