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

AVEVA™ Work Tasks

control​.topLevelForm()

  • Last UpdatedJun 25, 2024
  • 1 minute read

Use topLevelForm() property to find the parent or top level form.

Syntax

control.topLevelForm();

Parameters

None.

Return Value

This property returns a control object.

Example

// Get parameters of the form.

control.topLevelForm.formParameters["<parameter_name>"].value

// The parameters of the form will be returned as:

// <value_of_the_parameter>

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