IMenuItems.Insert

Syntax

Insert(Index: Integer; Value: IMenuItem);

Parameters

Index - parameter that determines index of the MenuItem inserted element.

Value - parameter that determines the menu item that should be inserted in the component.

Description

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:

IMenuItems