home *** CD-ROM | disk | FTP | other *** search
- interface JSbxPropertyInterface {
- JSbxValue PropertyCallFunction(JSbxObjectProperty var1, JScriptCallParam var2) throws JSbxExceptionBase;
-
- void PropertyGet(JSbxObjectProperty var1, JSbxValue var2) throws JSbxException;
-
- void PropertyPut(JSbxObjectProperty var1, JSbxValue var2) throws JSbxException;
-
- String Property_GetJScript_typeofString(JSbxObjectProperty var1);
- }
-