Table Row

Visual LANSA Feature

Table Row

Used to define the height of rows as part of a table layout.

In the example below there are 3 rows.  The first is 25 pixels wide.  The two remaining columns are proportional and share the remaining space equally.

Define_Com Class(#prim_tblo) Name(#TableLayout)
Define_Com Class(#Prim_tblo.Row) Name(#Row1) Parent(#TableLayout) Units(Pixels) Width(25)
Define_Com Class(#Prim_tblo.Row) Name(#Row2) Parent(#TableLayout)
Define_Com Class(#Prim_tblo.Row) Name(#Row3) Parent(#TableLayout)