FormListControl.addItem(FormListItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual int addItem(Dynamics::AX::Application::FormListItem ^ _item);
public virtual int addItem (Dynamics.AX.Application.FormListItem _item);
abstract member addItem : Dynamics.AX.Application.FormListItem -> int
override this.addItem : Dynamics.AX.Application.FormListItem -> int
Public Overridable Function addItem (_item As FormListItem) As Integer
Parameters
- _item
- FormListItem