Userobjectpbwxslt

Library :     C:\D\PBWLibrarys\Testpbd\pbwxslt.pbl
Date:          29/10/2004 4.43.40
Comment: 


Specifications, notes, comments on pbwxslt
///WRAPS IMAGEMAGICK ACTIVEX

In order to use this object you have to install imagemagick activex on your PC
NOTE: ImageMagickObject 1.0 Type Library must be avaiable


Refer to IMAGEMAGICK documentation.

THIS SOFTWARE AND THE ACCOMPANYING FILES ARE DISTRIBUTED "AS IS" AND WITHOUT WARRANTIES 




Functions:
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

Events:
constructorevent constructor