Table Row

LANSA

Table Row

テーブル・レイアウトの一部として行の高さの定義に使用されます。

以下の例では、行は3つあります。最初の行の幅は、25ピクセルです。あとの2列は比例的で、残りのスペースを均等に分けます。

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)