Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.249 SelectStart Property

Description:

Defines the starting value of the selected range within the Slider control.

Used in control(s):

Slider

Value:

Zero or a positive integer.

The value should satisfy the following relationships:

SelectStart <= SelectEnd
and
SelectStart >= Min

It is only effective when the RangeSelect property is True.

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.