Add()

Namespace ›› System ›› MfCollectionBase ›› Methods ››
Parent Previous Next

Add()

OutputVar := instance.Add(obj)

Add(obj)

Adds an object to the end of the MfCollectionBase.

Parameters

obj

Object to be added to the end of the MfCollectionBase.

Returns

The MfCollectionBase index as var containing an Integer

Throws

Throws MfNotSupportedException if the MfCollectionBase is read-only or the MfCollectionBase has a fixed size.
Throws MfNullReferenceException if MfCollectionBase is not set to an instance.

Related

IsFixedSize, IsReadonly