Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.295 TickPosition Property (Array)

Description:

Contains a tick position on the Slider control. The tick positions are held in an array, so always an index when referencing the TickPosition property.

Used in control(s):

Slider

Value:

A tick position.

The positions are integers greater than zero.

The index should satisfy the following relationships:

Index >= 1
and
Index <= TickCount - 2

The values contained in the TickPosition property can be used as parameters for the DeleteTick method.

Default value:

None.

COBOL picture:

S9(9) COMP-5

OLE data type:

VT_I4

Design time access:

Not accessible.

Execution time access:

Reference only.

Backward compatibility attribute:

None.