Top
PowerCOBOL V11.0 Reference
FUJITSU Software

2.15 TableColumn Object

Description:

The TableColumn object defines the framework of the Table control. For example: the width of the columns and how the text should be displayed.

Details:

Using TableColumn objects:

TableColumn objects are always referred to using the TableColumns property (a pointer to the TableColumn object, held in an array). For example to set the width of column 3 code to 1500 (assuming ScaleMode is set to 3 - 1/20 points):

MOVE "1500" TO "Width" OF "TableColumns" (3)
                       OF Table1

Properties:

Alignment

AutoEdit

IMEMode

RenderText

ScrollLock

Width

WordWrap

Writable

Methods:

None

Events:

None

Corresponding Element in PowerCOBOL V3.0 or earlier:

The attributes of Table Item Column.