processInputFromWeb

processInputFromWeb(reply: String);

The processInputFromWeb method of the Ocx control or the ActiveXControl class is the template method that processes ActiveX controls used on Web pages.

The reply parameter may return a value from the submit operation.

If you want to process ActiveX controls used on Web pages, you must reimplement this method in your own control class.