|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Returns the resolution of a specific element. |
|
|
|
|
|
|
Returns the physical name of the directory containing the images, the JavaScript files and the Java... |
|
|
|
|
|
|
Stops the execution of a media file that was opened beforehand (MCIOpen). |
|
|
|
|
|
|
Returns the name and full path of an application. |
|
|
|
|
|
|
FolderData is kept for backward compatibility. |
|
|
|
|
|
|
Adds an Internet address into the list of favorites for the Web user. |
|
|
|
|
|
|
Returns the IP address of the client computer connected to the WEBDEV site. |
|
|
|
|
|
|
Returns the value of the exchange rate for a currency. |
|
|
|
|
|
|
Adds two matrices of same dimensions (same number of rows and same number of columns). |
|
|
|
|
|
|
Adds a new cell to the status bar of the current window. |
|
|
|
|
|
|
Allows one or more threads to exit from the area protected by the semaphore. |
|
|
|
|
|
|
Converts a value expressed in Euro into another currency. |
|
|
|
|
|
|
Compresses the memory footprint occupied by a matrix. |
|
|
|
|
|
|
Displays or removes a message from the status bar of the current window or browser. |
|
|
|
|
|
|
Converts to Euro a value expressed in a specific currency. |
|
|
|
|
|
|
Creates the copy of a matrix. |
|
|
|
|
|
|
Displays a progress bar in the status bar of current window. |
|
|
|
|
|
|
Waits for the end of the execution of the specified thread. |
|
|
|
|
|
|
Creates a matrix containing 0 row and 0 column. |
|
|
|
|
|
|
Locks the current thread until it receives a signal from another thread. |
|
|
|
|
|
|
Calculates the determinant of a square matrix (the number of rows is equal to the number... |
|
|
|
|
|
|
The current thread sends a signal to the specified thread in order to unlock it. |
|
|
|
|
|
|
Writes an element into a matrix. |
|
|
|
|
|
|
Returns the current status of a thread. |
|
|
|
|
|
|
Starts the execution of a secondary thread. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|