|
|
|
|
|
|
|
What's new in WINDEV Mobile 2024 in the 2024 New Features brochure. |
|
|
|
|
|
|
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps... |
|
|
|
|
|
|
WINDEV Mobile is a development environment for PC that allows you to develop ... |
|
|
|
|
|
|
WINDEV Mobile applications can run on the following platforms |
|
|
|
|
|
|
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ... |
|
|
|
|
|
|
What's new in WINDEV Mobile 2025 is presented in the What's new 2025 brochure. |
|
|
|
|
|
|
In version 2025, new functions, properties and data types have been introduced and some have been improved, ... |
|
|
|
|
|
|
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode... |
|
|
|
|
|
|
WINDEV Mobile 2025 is available! |
|
|
|
|
|
|
By testing the project you can simulate how the application will run when launched by the user... |
|
|
|
|
|
|
WINDEV Mobile allows you to develop applications for different families of products... |
|
|
|
|
|
|
List of various functions found in WINDEV, WINDEV Mobile and WEBDEV. |
|
|
|
|
|
|
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]... |
|
|
|
|
|
|
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile... |
|
|
|
|
|
|
Identifies the opacity of a pixel in an image that has an Alpha channel. This image can be:
an Image control,
an Image variable,
a WDPic variable (on the background layer),
a picLayer variable.... |
|
|
|
|
|
|
Modifies the opacity of an image (which means the alpha channel of the image). |
|
|
|
|
|
|
Draws a section of a circle or an ellipse in an Image variable. |
|
|
|
|
|
|
Draws a polygon in an Image variable. |
|
|
|
|
|
|
The project compilation is a process used to...... |
|
|
|
|
|
|
Saves an image contained in an Image variable:
in a file in BMP format.
in memory.... |
|
|
|
|
|
|
Saves an image found in an Image variable:
in a file in GIF format.
in memory.... |
|
|
|
|
|
|
Saves an image found in an Image variable:
in a PNG file.
in memory.... |
|
|
|
|
|
|
Saves an image found in an Image variable:
in a JPEG file.
in memory.... |
|
|
|
|
|
|
Colors an area:
in an Image control,
in an Image variable,
in a WDPic variable (on the background layer),
in a picLayer variable.... |
|
|
|
|
|
|
Deletes all the drawings made since the last call to dStartDrawing. |
|
|
|
|
|
|
Indicates that the drawing functions that will be used are intended for:
the specified Image control,
the specified Image variable,
the specified Image variable,
the specified WDPic variable (on the background layer),
the specified picLayer variable.... |
|
|
|
|
|
|
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis). |
|
|
|
|
|
|
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis). |
|
|
|
|
|
|
Draws a circle arc or an ellipse arc in a WDPic variable. |
|
|
|
|
|
|
Calculates the saturation of a color. |
|
|
|
|
|
|
Saves an image:
in a JPEG file.
in memory.... |
|
|
|
|
|
|
Saves an image:
in a file in GIF format.
in memory.... |
|
|
|
|
|
|
Saves an image:
in a file in BMP format.
in memory.... |
|
|
|
|
|
|
Calculates the hue of a color. |
|
|
|
|
|
|
Saves an image:
in a PNG file.
in memory.... |
|
|
|
|
|
|
Calculates the lightness of a color. |
|
|
|
|
|
|
Draws a circle or an ellipse in a WDPic variable. |
|
|
|
|
|
|
Draws the chord of a circle (intersection between an ellipse and a straight line) in a WDPic variable. |
|
|
|
|
|
|
Draws a point in a picLayer variable. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|