Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.245 ScrollPage Property

Description:

Defines the size of a scroll bar "page".

Used in control(s):

ScrollBar

Value:

Zero or a positive integer.

The amount the Value is incremented by each time the scroll bar is "paged" (e.g. by clicking in the lift shaft areas).

The value should satisfy the following relationship:

Min <= Max - (ScrollPage - 1)

When the value is greater than zero the size of the scroll box is changed.

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:

None.