ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV Mobile new features brochure 2025
What's new in WINDEV Mobile 2025 is presented in the What's new 2025 brochure.
New features in WINDEV Mobile 2026
WINDEV Mobile 2026 is now available.
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ...
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
WINDEV Mobile 2026: New WLanguage features
Version 2026 includes new and improved functions, properties and data types, ...
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode...
WINDEV Mobile new features brochure 2026
What's new in WINDEV Mobile 2026 is presented in the What's new 2026 brochure.
2024 new features brochure: WINDEV Mobile new features
What's new in WINDEV Mobile 2024 in the 2024 New Features brochure.
WINDEV Mobile 2026 Tutorial - Table of contents
New products brochure 27: WINDEV Mobile new products
New features in WINDEV Mobile 27 presented in the New Features brochure.
WINDEV Mobile overview
WINDEV Mobile is a development environment for PC that allows you to develop ...
New Features brochure - Version 28: New features in WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure.
Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps...
Tutorial
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile...
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user...
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
Various functions
List of various functions found in WINDEV, WINDEV Mobile and WEBDEV.
Execution platform
WINDEV Mobile allows you to develop applications for different families of products...
<Image>.Font (Function)
Declares the font that will be used by dTexte in an Image control.
<Image>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image control.
<Image variable>.Fill (Function)
Colors an area in an Image variable.
<Image>.DrawLine (Function)
Draws a line in an Image control.
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
<Image variable>.HorizontalSymmetry (Function)
Flips an image contained in an Image variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<Image variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel.
<Image variable>.Rotation (Function)
Rotates an image in an Image variable.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
<Image variable>.VerticalSymmetry (Function)
Flips an image contained in an Image variable with respect to a vertical axis (symmetry with respect to a vertical axis).
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
<WDPic variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.
<picLayer variable>.Resize (Function)
Resizes an image in a picLayer variable.
<Image>.DrawText (Function)
Draws a text in an Image control.
<Image>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image control.
<Image>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image control.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
RGB (Function)
Defines a color from its Red, Green and Blue components.
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.