Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.10 Array property

Description:

Indicates whether or not the control is part of an array.

Used in control(s):

All controls except the GroupBox control.

Values (with constants):

True: The control is part of an array.(POW-TRUE)

False: The control is not part of an array.(POW-FALSE)

Default value:

False: (POW-FALSE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Not accessible.

Backward compatibility attribute:

None.