MENU DELETE

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > MENUs >

MENU DELETE

 

Description

 

Delete a menu item from an existing menu.

 

Syntax

 

MENU DELETE hMenu, [BYCMD] Position

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

hMenu

Number

No

Handle of the menu containing the item you are deleting.

Position

Number

No

Position of the item within the menu.  If BYCMD is specified, Position refers to the unique menu identifier. Otherwise, Position is the position of the menu item, where Position = 1 for the first position, Position = 2 for the second, and so on.

 

Remarks

 

If the menu item is a popup child menu, the menu is destroyed and its memory is released.

 

Restrictions

 

See also

 

Examples