ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Composite variable
A composite variable contains different types of elements (members)...
Declaring and using a variable
A variable is defined by name and type...
Checkers available in the code editor
The code editor proposes several tools used to correct the code...
Assignment operators
Three assignment operators are available...
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
IsNumeric (Function)
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.
Constant
The constants are language elements whose value is fixed once and for all...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler...
<Image variable>.DrawText (Function)
Draws a text in an Image variable.
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.
<Image variable>.Fill (Function)
Colors an area in an Image variable.
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
<Image variable>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in an Image variable.
<Image variable>.DrawRectangle (Function)
Draws a rectangle in an Image variable.
<Image variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in an Image variable.
<Image variable>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image variable.
<Image variable>.DrawPolygon (Function)
Draws a polygon in an Image variable.
<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.
<Image variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image variable.
<Image variable>.DrawBorder (Function)
Draws the borders in an Image variable.
<Image variable>.DrawCircle (Function)
Draws a circle or an ellipse in an Image variable.
<Image variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<Image variable>.DrawChord (Function)
... variable.
<Image variable>.Background (Function)
... variable.
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
<List variable>.Info (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
<Stack variable>.Push (Function)
Pushes an element onto the stack.
<Image variable>.ModifySaturation (Function)
Modifies the saturation of an image in an Image variable.
<Image variable>.ModifyHue (Function)
Changes the hue of an image in an Image variable.
<Image variable>.DrawShadow (Function)
Adds a shadow effect on an image found in an Image variable].
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
<Image variable>.ModifyHSL (Function)
Modifies the hue, saturation and lightness of an image in an Image variable.