Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter NineDialog Functions (continued)

ControlIsHidden Function

Overview

The ControlIsHidden function tests the specified control as being visible.

Syntax/Parameters

Syntax

int = ControlIsHidden ( int id );

Parameters

id

An int that identifies the dialog control to test.

Return Value

Returns an int value as TRUE or FALSE on success, FALSE on failure. Use the the IsError or IsNotError functions to check for an error and GetLastError function to retrieve a formatted error code.

Remarks

This function can only be used within a dialog procedure.

Visibility is a control/window state. If the control is covered or on a page that is not being shown, it can still be considered visible.

Related Functions

Platform Support

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

Legato IDE, Legato Basic

Page revised 2024-04-22