InsertItem - cWebMenuBar
Inserts a new item into a dynamic menu
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| sParentId | String | Unique identifier of the menu item to which this item needs to be appended as a child |
| NewItem | tWebMenuItem | Contents of the new menu item |
Syntax
Procedure InsertItem String sParentId tWebMenuItem NewItem
Call Example
Send InsertItem sParentId NewItem
Description
Inserts a new item into a dynamic menu.