Tabbed Control R Directive

Syntax

%R= Rows %

Arguments

Rows

Numeric. The number of tab rows.

Description

The %R% directive specifies the number of rows of tabs for the {TAB} function.

images/XD_Tab_R_Directive.gif

Example

This example creates 5 tabs arranged in 2 rows.

ui_dlg_box("Tabs",<<%dlg%
{tab=%R=2%page}
{pane=Pane 1}
[%m%.30,10]
{pane=Pane 2}
{pane=Pane 3}
{pane=Pane 4}
{pane=Pane 5}
{endtab}
%dlg%)

See Also