• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Tim Cooke
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
Saloon Keepers:
  • Piet Souris
Bartenders:

JavaScript to Java

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have a COM(ActiveX) component written in Delphi which has some methods with parameter type as OleVariant. These methods gets called from HTML(Javascript).
Now i want to implement the same COM(ActiveX)component features into Java applet so that i can call applet methods instead of COM
Now here is my question.
I pass 'this'(say for ex TextBox) from HTML to ActiveX components method whose formal parameter type is OleVariant.
What is the datatype(which is equalent to OleVariant) in java so that i can do what ever my COM component does?
Is there any datatype in java which is as strong and similar to OleVariant
Advanced thanks
Raju
 
reply
    Bookmark Topic Watch Topic
  • New Topic