Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.174 Max Property

Description:

Defines the maximum value for the control.

Used in control(s):

ProgressIndicator

Scrollbar

Slider

Values:

ProgressIndicator,

Slider

0 to 65535

The value must be greater than the Min property.

Scrollbar

-32768 to 32767

The value must be greater than the Min property, and satisfy the condition:

Min <= Max - (ScrollPage - 1)

Default value:

100

COBOL picture:

S9(9) COMP-5

OLE data type:

VT_I4

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

Scrollbar

POW-MAXPIC S9(4) COMP-5