|
|
|
|
|
|
|
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| 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 procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image... |
|
|
|
|
|
|
|
| Declares the default background color for the rectangles and circles, ... used in an Image control. |
|
|
|
|
|
|
|
| Draws a line in an Image control. |
|
|
|
|
|
|
|
| Draws a point in an Image control. |
|
|
|
|
|
|
|
| Changes the saturation of an image in an Image control. |
|
|
|
|
|
|
|
| Changes the hue of an image in an Image control. |
|
|
|
|
|
|
|
| Draws a circle or an ellipse in an Image control. |
|
|
|
|
|
|
|
| Identifies the color of a pixel in an Image control. |
|
|
|
|
|
|
|
| Modifies the hue, the saturation and the lightness of an image in an Image control. |
|
|
|
|
|
|
|
| Identifies the opacity of a pixel in an image (in an Image control) with an Alpha channel. |
|
|
|
|
|
|
|
| Resizes an image in an Image control. |
|
|
|
|
|
|
|
| Rotates an Image control. |
|
|
|
|
|
|
|
| Saves an image:
in a file in BMP format.
in memory.... |
|
|
|
|
|
|
|
| Saves an image:
in a file in GIF format.
in memory.... |
|
|
|
|
|
|
|
| Saves an image:
in a PNG file.
in memory.... |
|
|
|
|
|
|
|
| Deletes all the drawings made since the last call to dStartDrawing. |
|
|
|
|
|
|
|
| Flips an image in an Image control with respect to a horizontal axis (symmetry with respect... |
|
|
|
|
|
|
|
| Flips an image contained in an Image control with respect to a vertical axis (symmetry with respect... |
|
|
|
|
|
|
|
| Saves an image:
in a JPEG file.
in memory.... |
|
|
|
|
|
|
|
| Allows you to find out whether a page context exists on the server (which means whether the page... |
|
|
|
|
|
|
|
| Immediately redraws the window controls for which a graphic update is required. |
|
|
|
|
|
|
|
| Automatically updates the controls in a window or page with:
the values of the bound items... |
|
|
|
|
|
|
|
| Automatically updates the controls of a page with:
the values of the bound items in the current... |
|
|
|
|
|
|
|
| Makes a day visible or invisible in an Organizer control. |
|
|
|
|
|
|
|
| Used to indicate the specific working hours per day in an Organizer control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|