ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.
<picLayer variable>.Resize (Function)
Resizes an image in a picLayer variable.
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
<WDPic variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
4. UI: Windows
IU of windows...
Step 5: Site parameters
Once the site installed, you can define the site connection options......
7. Window templates
...Window templates...
What is an application?
An application is a set of objects (windows, controls, ......
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......