Share via


InventDimControlIdCollection.add Method [AX 2012]

Adds a form control ID to the collection.

Syntax

public void add(FormControlId _controlId, boolean _isInGrid)

Run On

Called

Parameters

  • _isInGrid
    Type: boolean
    A Boolean value that indicates whether the form control is located in a grid control.

Remarks

The form control ID must be for a control that are either bound to the InventDim table or a group control that contain controls bound to the InventDim table.

See Also

Reference

InventDimControlIdCollection Class