FormBuildTabPageControl.addControl Method [AX 2012]
Adds a control to the control, based on the specified control type.
public FormBuildControl addControl(FormControlType controlType, str controlName)
Run On
ClientParameters
- controlType
- Type: FormControlType Enumeration
A FormControlType enumeration value that indicates the type of control to add.
- controlName
- Type: str
The string value to set the name of the new control to.
Return Value
Type: FormBuildControl ClassA FormBuildControl object that represents the newly added control.
Community Additions
ADD
Show: