在Delphi XE7中设计Multi-Device Application 类型窗体中,发现删除一个组件时,提示introduced in an ancestor and cannot be deleted,是因为Views继承于Master,只需要把Views选择Master后再删除即可。
在Delphi XE7中设计Multi-Device Application 类型窗体中,发现删除一个组件时,提示introduced in an ancestor and cannot be deleted,是因为Views继承于Master,只需要把Views选择Master后再删除即可。