Unit Tab Context Menu

From RAD Studio
Jump to: navigation, search

Go Up to Code Editor


Right-click the Unit tab to display and select from the following context menu of commands:

Item Description

Close Page

Closes the current source file. If there is only one source file currently open, the Code Editor window is closed as well, but the project remains open.

Close

Displays the following options:

  • All to the Left: Closes all the tabs on the left of the active tab.
  • All to the Right: Closes all the tabs on the rigth of the active tab.
  • All Other Pages: Closes all the tabs except for the active tab.

Pages

Allows selecting a module among the opened ones.

New Edit Window

Opens a copy of the current file in a floating code editor window.

Read Only

Prevents making changes in the opened project. Activates the Read only mode in the code editor preventing changes to be made on the opened file.

Tab Options

Opens the Tabs options page.

View Messages

Opens the Messages View which displays messages such as compiler errors and warnings.

Show in Explorer

Opens the file in the Windows Explorer.


See Also