|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Declares the default background color for the rectangles and circles, ... used in a WDPic variable. |
|
|
|
|
|
|
Blends two images together. This allows you to create fade-in effects between 2 images. |
|
|
|
|
|
|
Blends two images together. This allows you to create fade-in effects between 2 images. |
|
|
|
|
|
|
Inverts the colors of a WDPic variable. |
|
|
|
|
|
|
Inverts the colors of a picLayer variable. |
|
|
|
|
|
|
Draws a line in a WDPic variable. |
|
|
|
|
|
|
Draws a line in a picLayer variable. |
|
|
|
|
|
|
Identifies the color of a pixel contained in a WDPic variable. |
|
|
|
|
|
|
Identifies the color of a pixel contained in a picLayer variable. |
|
|
|
|
|
|
Identifies the opacity of a pixel in a WDPic image with an Alpha channel. |
|
|
|
|
|
|
Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel. |
|
|
|
|
|
|
Draws a point in a WDPic variable. |
|
|
|
|
|
|
Draws a point in a picLayer variable. |
|
|
|
|
|
|
Declares the font that will be used by dText in a WDPic variable. |
|
|
|
|
|
|
Declares the font that will be used by dText in a picLayer variable. |
|
|
|
|
|
|
Draws a polygon in a WDPic variable. |
|
|
|
|
|
|
Draws a polygon in a picLayer variable. |
|
|
|
|
|
|
Draws a line composed of multiple segments. |
|
|
|
|
|
|
Draws a line composed of multiple segments. |
|
|
|
|
|
|
Draws a section of a circle or an ellipse in a WDPic variable. |
|
|
|
|
|
|
Draws a section of a circle or an ellipse in a picLayer variable. |
|
|
|
|
|
|
Draws a rectangle in a WDPic variable. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|