Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.52 Columns Property (Array)

Description:

Contains a pointer to a Column object of the ListView control. The Columns property is used for accessing the properties of Column objects. The pointers are held in an array so always use an index when referencing the Columns property.

Used in control(s):

ListView

Value:

A pointer to a Column object.

The index can contain values from 1 to the value of the ColumnCount property.

Default value:

None.

COBOL picture:

OBJECT REFERENCE POW-CCOLUMN

OLE data type:

VT_DISPATCH

Design time access:

Not accessible.

Execution time access:

Reference only.

Backward compatibility attribute:

None.