|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
|
| Syntax for calling a local or global procedure. |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Returns the blue component of an RGB color. |
|
|
|
|
|
|
|
| Returns a debug information. |
|
|
|
|
|
|
|
| Enables or disables the assertive programming. |
|
|
|
|
|
|
|
| Modifies the saturation of an image found:
in an Image control,
in an Image variable.... |
|
|
|
|
|
|
|
| Changes the lightness of an image found:
in an Image control,
in an Image variable.... |
|
|
|
|
|
|
|
| Changes the hue of an image:
in an Image control,
in an Image variable.... |
|
|
|
|
|
|
|
| Returns the red component of an RGB color. |
|
|
|
|
|
|
|
| Modifies the hue, the saturation and the lightness of an image found:
in an Image control,... |
|
|
|
|
|
|
|
| Creates a color from its hue, saturation and lightness. |
|
|
|
|
|
|
|
| Calculates the hue of a color. |
|
|
|
|
|
|
|
| Calculates the saturation of a color. |
|
|
|
|
|
|
|
| Calculates the lightness of a color. |
|
|
|
|
|
|
|
| Moves a file from one directory to another. |
|
|
|
|
|
|
|
| Enables or disables the DDW (Dim Disabled Window) feature:
for a specific window.... |
|
|
|
|
|
|
|
| Gets and sets the dimming rate for windows that use the DDW (Dim Disabled Windows) feature. |
|
|
|
|
|
|
|
| Modifies the type and duration of animations used when opening and closing the next window. |
|
|
|
|
|
|
|
| Modifies the type and duration of animations used when opening the application windows. |
|
|
|
|
|
|
|
| Modifies the type and duration of the animation used when closing the application windows. |
|
|
|
|
|
|
|
| Enables or disables the DDW (Dim Disabled Window) feature:
for a specific window.... |
|
|
|
|
|
|
|
| Adapts the window size to the content of controls. |
|
|
|
|
|
|
|
| Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed. |
|
|
|
|
|
|
|
| Lists the subdirectories of a given directory and returns the full paths of listed subdirectories. |
|
|
|
|
|
|
|
| Gets and sets the read-only attribute of a file. |
|
|
|
|
|
|
|
| Returns:
the full path of the directory for the custom reports and queries. This directory... |
|
|
|
|
|
|
|
| Returns the language corresponding to a nation. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|