Navigation: Ultimate Suite for PowerBuilder Help > PowerTrackbar > Functions >

of_setposition

Send comments on this topic.

 

Description:

 

Specifies a value between MinPosition and MaxPosition specifying the position of the slider. 

Syntax:

of_setposition (integer a_value)

Argument

Description

a_value

A value that represents the current value

Return Value:

Always returns 1.

Usage:

If the current position is set to a value less than the min position value, the min position value will be used instead. If the current position is set to a value greater than the max position value, the max position value will be used instead.


Copyright © 2021 Werysoft Inc.