📚 SAP Business One SDK Help

Remove Method
See Also 
vtIndex

Specifies the index of the UserMenuItem you want to delete from the collection.

Warning: when removing a field, all it's content is lost.

Description

Removes a specified UserMenuItem from the data collection.

Syntax

Visual Basic
Public Sub Remove( _
   ByVal vtIndex As Variant _
) 

Parameters

vtIndex

Specifies the index of the UserMenuItem you want to delete from the collection.

Warning: when removing a field, all it's content is lost.

See Also