Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.273 Step Property

Description:

The Step property defines the amount to increase the Value property using the ProgressStep method - these are the steps by which the progress indicator bar grows.

Used in control(s):

ProgressIndicator

Values (with constants):

The size of the steps.

The value is an integer greater than zero.

The value should satisfy the following relationship:

Step < Max - Min

Default value:

10

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.