Menu

 

 

The menu consists of descriptive properties of the menu and one or more menu entries.

 

Menus are used in many situations:

 

-   Menu as part of a stand-alone window in its Coolbar

MainMenu menu as a menu of the window

 

-   Menu as a standalone menu in the TCEToolbars.MenuBar and TCEToolbars controls.RibbonMenuBar

Menu for TCEToolbars.Menubar control

 

-   As a context menu in a wide range of different controls

 

TableMenu as a context menu of a table for database recordsets (TCETables.RSTable)

 

When you create a menu, the name of the menu must be unique in the class. A menu consists of a number of menu entries, which build the selectable items of the menu.

 

 

Menu Properties

 

Property

Description

Font

Character set for texts in the menu

Visible

Determines if the menu is visible

 

 

Menu object

Variables of type menu

 

 

More:

Menu entry