Overrides MfCollectionBase.Add().
OutputVar := instance.Add(obj)
Adds an object to the end of the MfParams.
obj
Object to be added to the end of the MfParams.
If obj is is not a Object then obj is converted to MfString instance and added to the collection.
If AllowOnlyAhkObj is set to true then obj must be var or instance of MfObject derived class.
The obj zero-based index within the collection as integer
Throws MfNotSupportedException if AllowOnlyAhkObj is set to true and obj is an object and does not derive from MfObject.
Throws MfNullReferenceException if MfParams is not set to an instance.
If obj is var and not an object then it will be added to the collection as an instance of MfString.