|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Sends a Windows message to a control or to a window. |
|
|
|
|
|
|
Returns the handle of a window identified by its title. |
|
|
|
|
|
|
Creates an external file. |
|
|
|
|
|
|
Sends a Windows message to a control or to a window. |
|
|
|
|
|
|
Decodes an encoded URL (which means with characters in %xx format). |
|
|
|
|
|
|
Returns the title of the window. |
|
|
|
|
|
|
Encrypts a file in binary or ASCII format. |
|
|
|
|
|
|
Periodically and automatically calls a WLanguage procedure. |
|
|
|
|
|
|
Checks the validity of a window handle. |
|
|
|
|
|
|
Copies one or more files (regardless of their attributes). |
|
|
|
|
|
|
Periodically and automatically calls a WLanguage procedure. |
|
|
|
|
|
|
Adds a system tray icon (in the lower-right corner of the screen). |
|
|
|
|
|
|
Compares the content of two files bit by bit. |
|
|
|
|
|
|
Modifies the icon file and/or the hover text of the icon in the taskbar (lower-right corner... |
|
|
|
|
|
|
Deletes an icon from the taskbar (next to the clock). |
|
|
|
|
|
|
Returns the full long path of a file or directory. |
|
|
|
|
|
|
Used to find out whether a window is minimized. |
|
|
|
|
|
|
Returns the full short path of a file or directory. |
|
|
|
|
|
|
Returns the instance of a module. |
|
|
|
|
|
|
Loads the content of a text file into any text control or text variable (string variable, edit... |
|
|
|
|
|
|
Frees the current DC (Device Context) retrieved by SysGetDC. |
|
|
|
|
|
|
Entirely or partially locks an external file. |
|
|
|
|
|
|
Modifies the display mode of errors. |
|
|
|
|
|
|
Returns or modifies the attributes of a file. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|