Returns a PODSObject exported by a POD currently loaded in M-Business. This method queries all loaded PODs. It passes the name to each POD and
asks if it can provide an object in return. It returns a PODSobject, or NULL if no POD can provide an object with the specified name.
PODSAvantGo
PODSObject createObject(PODSString name);
window.createObject(name)
PODSObject* PODSCreateObject( PODSWindow* window, PODSString name );
window The PODSWindow object.
name [in] The name of the PODSObject to be returned.
PODSObject corresponding to the specified name.
NULL
If no POD can provide an object with the specified name.
| Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |