Integration with other components
The Editor is integrated with the following parts of the IDE:
- Form Editor - All changes made in the Form Editor window are reflected in the source code in the Editor window.
- Explorer, Object Browser, and Properties window - Changes in properties and creation of new classes, methods, and variables, and so on done in these windows are reflected in the Editor window. You can also open files in the Editor from the Explorer and Object Browser.
- Debugger - When a program stops during execution, the Editor automatically jumps to the breakpoint where the code was interrupted. You can add or remove breakpoints with CTRL+F8.
- Compiler - If there is a compilation error, the cause of the error will be highlighted in red in the Output Window; press ENTER or double-click on that line to jump to the line with the error in the Editor.
Contents | Prev | Next | Index |