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

AVEVA™ Work Tasks

control​.findChildRecordControlById()

  • Last UpdatedJun 25, 2024
  • 1 minute read

Use findChildRecordControlById() method to find a control with a specific ID in the child record and its children.

Syntax

control.findChildRecordControlById(controlID);

Parameters

Parameter

Description

controlID

ID of the control to search in the child record.

Return Value

This method returns a control object.

Example

// Set a value for the Text control.

control.findChildRecordControlById("T1").value = "Hello World";

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