Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter NineDialog Functions (continued)

ScrollbarGetPosition Function

Overview

The ScrollbarGetPosition function returns the current display position of the scrollbar.

Syntax/Parameters

Syntax

int = ScrollbarGetPosition ( int id );

Parameters

id

An int containing the control ID of the scrollbar control.

Return Value

An int as a zero-based position or -1 on failure. Use the GetLastError function to retrieve a formatted error code. Common errors include: ERROR_RANGE if id is an invalid control ID for the open dialog or ERROR_INVALID_HANDLE if no dialog is open.

Remarks

The ScrollbarGetPosition function returns the current position of the scrollbar thumb track. While the displayed track position is approximate, value while the returned value is what has specific set for the control.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic