[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements a list used to store TMenuItem instances with a given parent.
Source position: menus.pp line 138
type TMenuItems = class(TList) |
||
protected |
||
procedure Notify(); override; |
|
Notifies the parent and the merged menu item that a child menu item has been added, extracted, or deleted. |
public |
||
constructor Create(); |
|
Constructor for the class instance. |
end; |
|
Implements a list used to store TMenuItem instances with a given parent. |
|
| | ||
TObject |