Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.193 Numeric Property (ListItem)

Description:

Contains numeric data for a ListItem object in the ListView control. The data is held in an array so always use an index when referencing the Numeric property.

Used in object:

ListItem

Value:

Numeric data.

See also the Text property of the ListItem control.

The index can be set from 1 to the value of the Count property of the ListView control.

Default value:

None.

Data type:

VT_CY

Design time access:

Not accessible.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.