Share via


PmfFormCtrl.parmFormDataSource Method [AX 2012]

Gets or sets the primary form data source that this control will manage.

Syntax

public FormDataSource parmFormDataSource([FormDataSource _formDS])

Run On

Called

Parameters

Return Value

Type: FormDataSource Class
The current form data source 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