Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.182 Min Property

Description:

Defines the minimum value for the control.

Used in control(s):

ProgressIndicator

Scrollbar

Slider

Values:

ProgressIndicator,

Slider

0 to 65535

The value must be less than the Max property.

Scrollbar

-32768 to 32767

The value must be less than the Max property and satisfy the condition:

Min <= Max - (ScrollPage - 1)

Default value:

0

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-MINPIC S9(4) COMP-5