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) .
相关问题
- Sorting 3 numbers without branching [closed]
- How to compile C++ code in GDB?
- Why does const allow implicit conversion of refere
- Is there a Delphi 5 component that can handle .png
- thread_local variables initialization
相关文章
- Class layout in C++: Why are members sometimes ord
- How to mock methods return object with deleted cop
- Which is the best way to multiply a large and spar
- C++ default constructor does not initialize pointe
- Selecting only the first few characters in a strin
- What exactly do pointers store? (C++)
- Converting glm::lookat matrix to quaternion and ba
- What is the correct way to declare and use a FILE
View - desktop - classic undocked
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.
Change the value from
True
toFalse
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.