Scale and ScrollBar.
Returns the position of the scroll bar or scale.
nPos = object.GetPosition()
Variable | Description |
---|---|
nPos | The current position of the scale or scroll bar. INTEGER or NUMBER. |
GetPosition returns the internal numeric value of the current position of the scroll bar or scale. For scales, the number returned is an INTEGER or a NUMBER. For scroll bars, the number returned is an INTEGER.
INTEGER iPos iPos = Open.FilesSB.GetPosition()