Difference between revisions of "IDE Window: Menu Editor"

From Free Pascal wiki
Jump to navigationJump to search
(initial place holder)
 
m (moved ide window: menu editor to IDE Window: Menu Editor: For maintain naming similar to other articles in Category:IDE Window)
(No difference)

Revision as of 21:23, 15 September 2015

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.