Difference between revisions of "IDE Window: Menu Editor"

From Free Pascal wiki
Jump to navigationJump to search
m (moved ide window: menu editor to IDE Window: Menu Editor: For maintain naming similar to other articles in Category:IDE Window)
Line 1: Line 1:
 +
{{IDE Window: Menu Editor}}
 +
 
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.
 
The menu editor is invoked by right-clicking on a menu component once it had been dropped on a form (or datamodule) when designing.

Revision as of 20:31, 15 September 2015

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.