RFMENU.ResetMenu
RFMENU.ClearOptions
RFMENU.ClearTitle

boolean ResetMenu()
boolean ClearOptions()
boolean ClearTitle()

Function ResetMenu() As Boolean
Empties the local menu array (titles and options).

Function ClearOptions() As Boolean
Empties the option lines in the local menu array.

Function ClearTitle() As Boolean
Empties the title lines in the local menu array.

Return value
True=successful, False=error, RF linlk lost.

Parameters

Remarks
A Menu is an array made up of option lines and title lines.

Example

Public wsRfMenu As New RFMENU
...
wsRfMenu.ResetMenu

See also    RFMENU, AddOption, AddTitleLine