Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the name assigned to the control.
Note
The name assigned to a control is not determined until the form loads. Changes to the form may change the name assigned to a given control.
Control types supported
All
Syntax
formContext.getControl(arg).getName();
Return Value
Type: String
Description: The name of the control.