This documentation is archived and is not being maintained.
PCFormControlExtractor.extractFromForm Method [AX 2012]
Extracts a control from a form, given the name of the control and a form instance.
public FormBuildControl extractFromForm(str _controlName, Form _form)
Run On
Called
Parameters
-
_controlName
- Type: str
A control name.
-
_form
- Type: Form Class
A form instance.