Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter NineDialog Functions (continued)

TabControlGetSelection Function

Overview

The TabControlGetSelection function returns the currently selected tab index.

Syntax/Parameters

Syntax

int = TabControlGetSelection ( int id );

Parameters

id

An int containing the control ID of the tab control.

Return Value

An int as a zero-based select index 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

A tab control is initially created with no tabs or buttons.

Related Functions

Platform Support

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

Legato IDE, Legato Basic