Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Work Tasks

isControlVisible()

  • Last UpdatedJun 25, 2024
  • 1 minute read

Use isControlVisible() method to determine if the control is visible.

Syntax

bRetVal = isControlVisible(control);

Parameters

Parameter

Description

control

Control object.

Return Value

This method returns a boolean value.

Example

// Define a variable and check if the specified control is visible.

var ctr = control.findById("T1");

var isVisible = isControlVisible(ctr);

if(isVisible)

{

control.findById("T1").value = "Some Value";

}

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in