[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates whether the menu item is visible (True) or hidden (False).
Source position: menus.pp line 349
published property TMenuItem.Visible : Boolean |
Visible is a Boolean property which determines whether the menu item is visible on its Menu or on a sub-menu for a Parent menu item. The default value for the property is True.
Changing the value for the property causes a Parent or MergedParent menu to redrawn at run-time, and the affected widget is notified of the change in visibility.
|
Gets the ordinal position for the specified menu item in the list of visible menu items. |
|
|
The parent menu item for the class instance. |
|
|
The parent menu item for the class instance taking the merged menu into account. |
|
|
Provides indexed access to the visible menu items in the list of merged menu items. |
|
|
Number of visible menu items in the internal list. |
|
|
Provides indexed access to the invisible (hidden) menu items in the list of merged menu items. |
|
|
Number of invisible (hidden) menu items in the internal list. |
Version 4.0 | Generated 2025-05-03 | Home |