RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenuItem.Parent Property

Identifies the parent menu item of this menu item.

Pascal
property Parent: TMenuItem;
C++
__property TMenuItem Parent;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!