|
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The parameters can be passed to a 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. |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Runs a procedure on a SOAP server. |
|
|
|
|
|
|
Deletes all files from an archive. |
|
|
|
|
|
|
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format):
the size of all compressed... |
|
|
|
|
|
|
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ... |
|
|
|
|
|
|
Changes the transmission mode used on a socket. |
|
|
|
|
|
|
Connects a client computer to a given socket. |
|
|
|
|
|
|
Defines the password used to add files into the specified archive and to extract files... |
|
|
|
|
|
|
Deletes a list of files from an archive. |
|
|
|
|
|
|
Writes a message intended to another socket. |
|
|
|
|
|
|
Creates a socket that uses the UDP protocol. |
|
|
|
|
|
|
Checks the existence of socket. |
|
|
|
|
|
|
Closes a socket or a connection to a server socket. |
|
|
|
|
|
|
Retrieves a message sent by another socket. |
|
|
|
|
|
|
Connects a client computer to a given socket via the infrared port. |
|
|
|
|
|
|
Creates a socket that uses the infrared port. |
|
|
|
|
|
|
List of SOAP functions... |
|
|
|
|
|
|
Runs a procedure on a server for .Net XML Web services. |
|
|
|
|
|
|
Runs a procedure on a .Net server. |
|
|
|
|
|
|
Returns the error for the last .Net procedure that failed. |
|
|
|
|
|
|
Returns the result of the last .Net procedure that was successfully run. |
|
|
|
|
|
|
Adds a header to the next procedure that will be run on the server. |
|
|
|
|
|
|
Establishes a connection to a fax server. |
|
|
|
|
|
|
Closes a connection to a fax server (established beforehand by FaxConnect). |
|
|
|
|
|
|
Sends a fax according to the connection that was established beforehand (FaxConnect). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|