Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter NineDialog Functions (continued)

ControlIsEnabled Function

Overview

The ControlIsEnabled function tests the specified control as being enabled (able to accept keyboard and mouse actions).

Syntax/Parameters

Syntax

int = ControlIsEnabled ( 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.

A hidden control is considered disabled.

Related Functions

Platform Support

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

Legato IDE, Legato Basic

Page revised 2024-04-22