Difference between revisions of "NEWOBJECT()"

From Recital Documentation Wiki
Jump to: navigation, search
Line 12: Line 12:
  
 
==See Also==
 
==See Also==
[[ACLASS()]], [[ADDPROPERTY()]], [[AMEMBERS()]], [[CLASS]], [[COMPOBJ()]], [[CREATEOBJECT()]], [[DEFINE CLASS]], [[DODEFAULT()]], [[METHOD]], [[REMOVEPROPERTY()]], [[SET CLASSLIBRARY]], [[WITH]]
+
[[ACLASS()]], [[ADDPROPERTY()]], [[AMEMBERS()]], [[CLASS]], [[CLONE()]], [[COMPOBJ()]], [[CREATEOBJECT()]], [[DEFINE CLASS]], [[DODEFAULT()]], [[METHOD]], [[REMOVEPROPERTY()]], [[SET CLASSLIBRARY]], [[TOSTRING()]], [[WITH]]
  
  

Revision as of 14:27, 22 June 2009

Class

Objects


Purpose

Function to create a new class or object from a .vcx visual class library or program.


Syntax

NEWOBJECT(<expC1> [,<expC2> [,<expC3> [,<exp1>,<exp2>, ...]]])


See Also

ACLASS(), ADDPROPERTY(), AMEMBERS(), CLASS, CLONE(), COMPOBJ(), CREATEOBJECT(), DEFINE CLASS, DODEFAULT(), METHOD, REMOVEPROPERTY(), SET CLASSLIBRARY, TOSTRING(), WITH


Description

The NEWOBJECT() function is used to create a new class or object from a .vcx visual class library or program. The class or object on which the new


Parameters Required Description
<expC1> Yes The class or object on which the new class or object is based.
<expC2> No The module that contains <expC1>.
<expC3> No The application (.exe, or .app) that contains <expC2>.
<exp1>,<exp2>,... No The parameters to be passed to the class or object's Init event procedure.


The NEWOBJECT() function returns a reference to the newly created class or object.


Example

mySpreadSheet = newobject("Excel.Sheet")


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer