Add()

Namespace ›› System ›› MfListVar ›› Methods ››
Parent Previous Next

Add()

Adds an element to the end of the current instance.
Overrides MfListBase.Add()

OutputVar := instance.Add(obj)

Add(obj)

Adds an element to the end of the current instance.

Parameters

obj

The var to add to the current instance.

Returns

Var containing Integer of the zero-based index at which the obj has been added.