Share via


PmfFormCtrl.parmBuffer Method [AX 2012]

Gets or sets the primary table buffer that this control will manage.

Syntax

public Common parmBuffer([Common _buffer])

Run On

Called

Parameters

  • _buffer
    Type: Common Table
    The table buffer to assign; optional.

Return Value

Type: Common Table
The current table buffer 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