Replacing Parameter Objects 

In some applications, users of the class library need to replace the existing parameter objects in the CRfcFunction object containers with other parameter objects of the same type. As of Release 4.5B, users can use three CRfcFunction public member class functions to replace parameter object functions. These functions include:

These functions replace the parameter objects in the CRfcFunction object containers with new parameter objects. If an application automatically creates existing parameter objects, the CRfcFunction object deletes the existing parameter objects when the program destroys the CRfcFunction objects. However, if an application program creates parameter objects for a release earlier than 4.5B, these parameter objects will remain in memory after these replacement operations; the CRfcFunction object will no longer be able to obtain references to these objects. To delete these objects, you will have to keep references to them in their application programs.