PopupMenu.AddRow

From Real Software Documentation

Jump to: navigation, search
Method
PopupMenu.AddRow ( Item as String )

Appends Item in a new row to the end of the list.

Example

The following example in the Open event of the control adds two rows to the menu.

me.addrow "Abbott"
me.addrow "Costello"
Personal tools