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>