|
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Validates an XML node, its children and its attributes from its description in the XSD schema... |
|
|
|
|
|
|
Saves an XML document in a file. |
|
|
|
|
|
|
List of SOAP functions... |
|
|
|
|
|
|
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format... |
|
|
|
|
|
|
Adds all the files found in a directory and in its subdirectories into an archive and compresses them. |
|
|
|
|
|
|
Creates a self-extracting archive as a 32-bit executable (.EXE). |
|
|
|
|
|
|
Returns the type of archive: single-part archive or multi-part archive. |
|
|
|
|
|
|
Returns the path of a file found in the archive. |
|
|
|
|
|
|
Extracts a file from an archive and automatically decompresses it to a physical location... |
|
|
|
|
|
|
Extracts and decompresses a list of files found in an archive to a physical location. |
|
|
|
|
|
|
Extracts all files from an archive and decompresses them. |
|
|
|
|
|
|
Returns the characteristics of a file found an archive:
The name of the file and its stored... |
|
|
|
|
|
|
Returns the list of files found in an archive. |
|
|
|
|
|
|
Returns the number of parts of a given size required to split a single-part archive. |
|
|
|
|
|
|
Opens an existing archive. |
|
|
|
|
|
|
Opens an existing archive in CAB format. |
|
|
|
|
|
|
Opens an existing archive in RAR format. |
|
|
|
|
|
|
Merges the different sub-archives found in a multi-part archive to create a single-part archive. |
|
|
|
|
|
|
Deletes a file from an archive. |
|
|
|
|
|
|
Deletes a list of files from an archive. |
|
|
|
|
|
|
Deletes all files from an archive. |
|
|
|
|
|
|
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ... |
|
|
|
|
|
|
Adds or inserts a new worksheet into an Excel document. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|