Xbasic

{ROW}

Description

Refer to the {COL} command. Copied Example shown below.

Example

For example, the following script has multiple columns and rows: Picture

ui_dlg_box("Title",<<%dlg%
{region}
{row1}
{col1}First Name:{endcol1}
{col2} .20fname{endcol2}
{endrow1}
{row2}
{col1}Last Name:{endcol1}
{col2} .20lname{endcol2}
{endrow2}
{endregion}
{lf};
{row3}
{col1}<15OK> <15Cancel>{endcol1}
{endrow3}
%dlg%)
images/XD_Col_Row_1.gif

See Also