IDE Window: Menu Editor

From Lazarus wiki
Revision as of 21:23, 15 September 2015 by FTurtle (talk | contribs) (moved ide window: menu editor to IDE Window: Menu Editor: For maintain naming similar to other articles in Category:IDE Window)
Jump to navigationJump to search

The Menu Editor is a non-modal window of the Lazarus IDE which allows you to edit menu components (TMainMenu and TPopupMenu) by adding, deleting and editing existing menu items (TMenuItem). The menu editor is invoked by right-clicking on a menu component once it had been dropped on a form (or datamodule) when designing.