BevelButton.AddRow
From Real Software Documentation
Method
BevelButton.AddRow ( Text as String )
Adds a row to the bottom of the menu and uses Text as the menu item. The menu items are constructed from a string array. A call to AddRow within a For loop builds the menu.
Example
The following example creates a BevelButton menu.
