Vcl.Menus.TMenuItem.Parent
Delphi
property Parent: TMenuItem read FParent;
C++
__property TMenuItem* Parent = {read=FParent};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Menus.pas Vcl.Menus.hpp |
Vcl.Menus | TMenuItem |
Description
Identifies the parent menu item of this menu item.
Read Parent to determine the menu item that represents the dropdown menu that contains this menu item. If the menu item is a top level menu item in a main menu or pop-up menu, Parent is the value of that menu's Items property.