|
|
|
|
|
|
|
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 different elements of a path: disk, directories, name and extension of the file. |
|
|
|
|
|
|
Checks which key is pressed. |
|
|
|
|
|
|
Copies a block of bytes or a fixed-length string from a memory address into another one. |
|
|
|
|
|
|
Configures the management of accesses to the ActiveX objects and to the Automation objects. |
|
|
|
|
|
|
Stops the system or closes the current Windows session. |
|
|
|
|
|
|
Returns the runtime mode of Windows. |
|
|
|
|
|
|
Decrypts a file that was encrypted by fCrypt. |
|
|
|
|
|
|
Intercepts a Windows event on a control, a group of controls or a WINDEV window. |
|
|
|
|
|
|
Returns the resolution of the screen in number of colors. |
|
|
|
|
|
|
Decompresses a file that was compressed by fCompress. |
|
|
|
|
|
|
Cancels the interception of a Windows event on a WINDEV control or window (implemented by Event). |
|
|
|
|
|
|
Sets focus to a window or control. |
|
|
|
|
|
|
Entirely or partially unlocks an external file. |
|
|
|
|
|
|
Ends the execution of a timer triggered by Timer. |
|
|
|
|
|
|
Encodes a URL with a sub-set of ASCII characters. |
|
|
|
|
|
|
Returns the environment variables of the operating system for the current computer. |
|
|
|
|
|
|
Determines:
if a given drive (storage card, CD or DVD) is available,
whether the drive... |
|
|
|
|
|
|
Ends the execution of a timer triggered by TimerSys. |
|
|
|
|
|
|
Returns the physical memory space for the current computer. |
|
|
|
|
|
|
Returns information about a drive. |
|
|
|
|
|
|
Returns the system "Handle" (HWND) of a WINDEV control or window. |
|
|
|
|
|
|
Returns the handle of the active window or activates a window. |
|
|
|
|
|
|
MultiTask is used to:
define a timeout,
give control back to Windows,
give control back... |
|
|
|
|
|
|
Modifies the display status of a window. |
|
|
|
|
|
|
Returns or modifies the different dates associated with a file or directory (date created, modified... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|