How can I disable the embedded designer in XE6?

痴心易碎 提交于 2019-12-01 08:11:18

问题


In order to see multiple view in one window i read this answer but it seems that those options not available any more, now my question is how configure rad studio xe6 to see more than one view in window (for example actual code and designed form) .


回答1:


The options discussed in the question you link to still apply to XE6. The key is to disable the embedded designer which allows forms to float outside the main IDE tab set.

From XE3, the option to enable/disable the embedded designer cannot be set from the IDE options. The setting can be set by modifying a registry key.

HKEY_CURRENT_USER\Software\Embarcadero\BDS\14.0\Form Design
"Embedded Designer" (REG_SZ) = "False"

Change the value from True to False and restart the IDE to disable the embedded designer.

This is the appropriate key for XE6. For XE5 the version is 12.0, for XE4 it is 11.0, and so on.

However, FireMonkey forms can only be designed in the embedded designer, so none of this is of any use to you unless you have a VCL project.




回答2:


View - desktop - classic undocked



来源:https://stackoverflow.com/questions/24647635/how-can-i-disable-the-embedded-designer-in-xe6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!