Constructor for the class instance.
Source position: menus.pp line 144
public constructor TMenuItems.Create( |
const AMenuItem: TMenuItem |
); |
Create is the constructor for the class instance, and calls the inherited method on entry. Create stores the value in AMenuItem to the member variable used for the parent menu item.