ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
The "Interactive zoom" pane
The "Interactive zoom" pane is used to zoom the section currently hovered by the mouse cursor......
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.
<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.
<Image variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image variable.
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
Creating a Java archive
When your Java application is developed, you can......
FaxConnect (Function)
Establishes a connection to a fax server.
Code statistics
The code statistics affect......
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Customizing the User Groupware
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
Viewing a report in 3D
Your report displays controls that overlap?......
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....