New_Item - Cm_Menu
Sets the current_item without triggering the code that may be associated with item_change
Type: Procedure Set
Parameters
| Parameter | Type | Description |
|---|---|---|
| iItem | Integer | The item to be set |
Syntax
Procedure Set New_Item Integer iItem
Call Example
Set New_Item iItem
Description
The New_item message is the same as set current_item, except that item_change is not sent. This message is used when you want to set the current_item without triggering the code that may be associated with item_change.
set new_item to (current_item(self) 1)