Toolbar Browser
3. Reference
Triggers
Controls
TOOLBAR
CONTROL
BUTTON
MENU
SUBMENU
OPTION
SEPARATOR
COMMAND
COMMANDS
MENUDEFINITIONS
UNINSTALL
Common Parameters
TIMER
Variables
System Variables
Global Values
Functions
Text Functions
 

SEPARATOR

Inserts a toolbar button or a menu separator bar.

Syntax:




Example:

    The following example inserts a separator bar beteen two toolbar buttons.

    <xml id="toolbar">
    <toolbar caption="Separator Example">
    <control type="toolbar">
    <button caption="Button1"></button>
    <SEPARATOR></SEPARATOR>
    <button caption="Button2">
    </button>
    </control>
    </toolbar>
    </xml>