Insert(Index: Integer; Value: IMenuItem);
Index - parameter that determines index of the MenuItem inserted element.
Value - parameter that determines the menu item that should be inserted in the component.
The Insert method inserts the menu item that is passed by the Value parameter to the position, which index is passed as the Index input parameter.
See also: