|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Ends the execution of the current program. |
|
|
|
|
|
|
|
| Establishes a DDE connection between the current program and the recipient according to a given... |
|
|
|
|
|
|
|
| Displays or hides the mouse cursor. |
|
|
|
|
|
|
|
| Identifies the recipient of a DDE connection. |
|
|
|
|
|
|
|
| Directs all the events associated with the mouse toward a specific window or control, regardless... |
|
|
|
|
|
|
|
| Deletes a connection between the current program and a recipient. |
|
|
|
|
|
|
|
| Returns the information retrieved by DDERetrieve. |
|
|
|
|
|
|
|
| Returns and modifies the position of the mouse cursor. |
|
|
|
|
|
|
|
| Writes a specific value into an INI file (or into a file structured like an.INI file). |
|
|
|
|
|
|
|
| Sends a data to the program connected via DDE. |
|
|
|
|
|
|
|
| Transforms the mouse cursor into hourglass (and conversely).
In Android and iOS, displays... |
|
|
|
|
|
|
|
| Returns the size of a file before compression. When a file is decompressed by fUncompress,... |
|
|
|
|
|
|
|
| Returns the horizontal position (X) of the mouse cursor relative to the specified window... |
|
|
|
|
|
|
|
| Returns the size of a file (in bytes). |
|
|
|
|
|
|
|
| Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated... |
|
|
|
|
|
|
|
| Returns the vertical position (Y) of the mouse cursor relative to the specified window or control.... |
|
|
|
|
|
|
|
| Opens the image picker of Windows. |
|
|
|
|
|
|
|
| Identifies and retrieves the different elements of the command line passed as a parameter... |
|
|
|
|
|
|
|
| Sends a command that will be run on the server. |
|
|
|
|
|
|
|
| Reads a persistent value. |
|
|
|
|
|
|
|
| Interrupts a link between an item and a data. |
|
|
|
|
|
|
|
| Deletes a file accessible from the current computer. |
|
|
|
|
|
|
|
| Returns the number of the help context associated with the specified control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|