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.
我一直在 RAD Studio 中创建一个 android 应用程序。但是当我尝试删除按钮之类的组件时,它会说:
Selection 包含一个组件 Button1,在一个祖先中引入并且不能被删除
首先,您需要删除内部组件,然后删除父级。在这种情况下,删除 Button1,然后删除其父级。