|
|
|
|
|
|
|
A composite variable contains different types of elements (members)... |
|
|
|
|
|
|
A variable is defined by name and type... |
|
|
|
|
|
|
The code editor proposes several tools used to correct the code... |
|
|
|
|
|
|
Three assignment operators are available... |
|
|
|
|
|
|
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc. |
|
|
|
|
|
|
Enables you to find out whether a variable or a control is: - a numeric (integer, real, currency or numeric).
- a string that can be converted into numeric.
|
|
|
|
|
|
|
The constants are language elements whose value is fixed once and for all... |
|
|
|
|
|
|
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler... |
|
|
|
|
|
|
Draws a text in an Image variable. |
|
|
|
|
|
|
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable. |
|
|
|
|
|
|
Colors an area in an Image variable. |
|
|
|
|
|
|
Draws a rectangle in an Image variable. |
|
|
|
|
|
|
Draws a rounded rectangle in an Image variable. |
|
|
|
|
|
|
Draws a rectangle in an Image variable. |
|
|
|
|
|
|
Draws a section of a circle or an ellipse in an Image variable. |
|
|
|
|
|
|
Draws a line composed of multiple segments in an Image variable. |
|
|
|
|
|
|
Draws a polygon in an Image variable. |
|
|
|
|
|
|
Declares the font that will be used by dText in an Image variable. |
|
|
|
|
|
|
Draws a circle arc or an ellipse arc in an Image variable. |
|
|
|
|
|
|
Draws the borders in an Image variable. |
|
|
|
|
|
|
Draws a circle or an ellipse in an Image variable. |
|
|
|
|
|
|
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....). |
|
|
|
|
|
|
Draws a line in an Image variable. |
|
|
|
|
|
|
Draws a point in an Image variable. |
|
|
|
|
|
|
Retrieves the characteristics of a WLanguage list: types of elements and number of elements. |
|
|
|
|
|
|
Pushes an element onto the stack. |
|
|
|
|
|
|
Modifies the saturation of an image in an Image variable. |
|
|
|
|
|
|
Changes the hue of an image in an Image variable. |
|
|
|
|
|
|
Adds a shadow effect on an image found in an Image variable]. |
|
|
|
|
|
|
Identifies the color of a pixel contained in an Image variable. |
|
|
|
|
|
|
Modifies the hue, saturation and lightness of an image in an Image variable. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|