Changing Delphi XE5 workspace to Delphi 7

随声附和 提交于 2019-12-04 06:00:31

问题


Is it possible to change XE5's workspace to Delphi 7 like? Designing Forms inside a window is really pain and i would like to move components palette to up and design form outside of a canvas.


回答1:


You can switch to the Classic Undocked desktop in the desktop drop down. It's not identical to Delphi 7, but it is possibly as close as you'll get out of the box.

The other thing you can try is to enable the floating designer, disabled by default. More details here: http://francois-piette.blogspot.co.uk/2013/04/enabling-floating-form-designer-in.html

You'll need to adapt the registry key to your version. The article has the key for XE4. For XE5 it is:

HKEY_CURRENT_USER\Software\Embarcadero\BDS\12.0\Form Design

Set the Embedded Designer value to False. Restart your IDE and you've now got a familiar floating design surface.



来源:https://stackoverflow.com/questions/26442506/changing-delphi-xe5-workspace-to-delphi-7

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