Click or drag to resize

Menu.DeleteItem Method

X#
Delete an item from this menu, removing it from memory. (To delete a bitmap or string, specify an ID; to delete a submenu, specify the Menu object.)

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD DeleteItem(
	xItemIdOrMenu
) AS USUAL CLIPPER
Request Example View Source

Parameters

xItemIdOrMenu (Optional)
Type: Usual
The ID of the menu item to be deleted or the submenu to be deleted.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also