IMenuItems.Insert

Syntax

Insert(Index: Integer; Value: IMenuItem);

Parameters

Index is  a parameter that determines index of the MenuItem inserted element.

Value is a 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, in the position the index of which is passed as the Index input parameter.

See also:

IMenuItems