Share via


InventDimControlsCollect_ParmGrp::newFromForm Method [AX 2012]

Creates and initializes an instance of the InventDimControlsCollect_ParmGrp class for forms.

Syntax

client server public static InventDimControlsCollect_ParmGrp newFromForm(
    FormRun _formRun, 
    FormGroupControl _fgc, 
    NoYes _useLargeFieldGroup)

Run On

Called

Parameters

  • _formRun
    Type: FormRun Class
    The form where controls are maintained.
  • _useLargeFieldGroup
    Type: NoYes Enumeration
    Indicates whether a large or small field group should be used.

Return Value

Type: InventDimControlsCollect_ParmGrp Class
An instance of the InventDimControlsCollect_ParmGrp class to use in a form.

See Also

Reference

InventDimControlsCollect_ParmGrp Class