Difference between revisions of "IDE Window: Menu Editor"

From Lazarus wiki
Jump to navigationJump to search
Line 2: Line 2:
  
 
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 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. You can find the menu component on you Main Window toolbar or on you components sub-window.[[File:TMainMenuComponent1.png]]  Click the component and drop it onto the form that you are designing.[[File:[[File:NewFormWithMainMenu01]].png]]
+
The menu editor is invoked by right-clicking on a menu component once it had been dropped on a form (or datamodule) when designing. You can find the menu component on you Main Window toolbar or on you components sub-window.[[File:TMainMenuComponent1.png]]  Click the component and drop it onto the form that you are designing.[[File:[[File:NewFormWithMainMenu01.png]]]]

Revision as of 18:11, 7 March 2016

English (en) suomi (fi)

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. You can find the menu component on you Main Window toolbar or on you components sub-window.TMainMenuComponent1.png Click the component and drop it onto the form that you are designing.[[File:NewFormWithMainMenu01.png]]