fscom.proxy: | Functions | Modinfo | Source |
To create a proxy object, you have to add {proxy} to your type. Then have buildproxies run on your source file. This will generate a proxy type called YourTypeProxy. Use CreateProxy("YourType",...) to obtain a well prepared object of this proxy type.
CreateProxy | Create an proxy object for a type. |
Function CreateProxy:Object(typeName:String ,targetFunction:Object(this:Object , methodName:String , params:Object[] , metadata:String[], context:Object), context:Object=Null) | |
Description | Create an proxy object for a type. |
Version | 1.1 |
---|---|
Author | Francesco Silvani |
License | zlib/libpng |
History | 1.1 |
History | Added context variable |