public function string geterror () | Gets last error |
public function long html_execcomm (long ptr, string command) | Use this function to run command. Argument ptr is a pointer to AxWebBrowser control. |
public function long html_execwb (long ptr, long command, string parama) | Use this function to run command. Argument ptr is a pointer to AxWebBrowser control. |
public function long html_execwb (long ptr, long command) | Use this function to run command. Argument ptr is a pointer to AxWebBrowser control. |
public function string html_gethtml (long ptr) | Gets HTML. Argument ptr is a pointer to AxWebBrowser control. |
public function long html_openfile (long ptr, string file) | Use this functin to load file. Argument ptr is a pointer to AxWebBrowser |
public function long html_savefile (long ptr, string file) | Use this functin to save to file. Argument ptr is a pointer to AxWebBrowser |
public function integer html_setdesignmode (long ptr, long value) | Set editor mode. Use value > 0 to set design mode on.Argument ptr is a pointer to AxWebBrowser |
public function long loadxsl (string arg_filexsl) | Load trasformation file |
public function long transformftf (string fileinput, string fileoutput) | File To File. Applay trasformation to fileInput (xml format). The result i fileOuput |
public function long transformstf (string arg_string, string fileoutput) | String To File. Applay trasformation to arg_string (xml format). The result i fileOuput |