AfDataContainerList.remove Method [AX 2012]
Removes the element that is stored at the specified index in the list.
Syntax
public void remove(int _index)
Run On
Called
Parameters
- _index
Type: int
The index of the list element to remove.
Remarks
If the index is invalid, an error is thrown.