Share via


PmfFormCtrl.parmFormRun Method [AX 2012]

Gets or sets an instance of the FormRun class that this control will manage.

Syntax

public FormRun parmFormRun([FormRun _formRun])

Run On

Called

Parameters

  • _formRun
    Type: FormRun Class
    An instance of the FormRun class to assign.

Return Value

Type: FormRun Class
The Current instance of the FormRun class that is assigned to this control.

Remarks

When setting the instance of the FormRun class, the base implementation calls the same method on all the instances of the PmfFormCtrl class that are assigned as sub-controls to this object. All child classes must call this parent method when they override this method. The form is only required to call this event method when there is actual code that is associated with the event method or any of the sub-controls that are associated with this object.

See Also

Reference

PmfFormCtrl Class