ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Captcha control properties
The Captcha control can be handled by the WLanguage properties in server code and in browser code.
Peeling Corner control properties
Cell control properties
List of properties associated with the Cell control...
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
iCreateFont (Function)
Creates a new print font.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Structure of data files of user groupware
dDominantImageColor (Function)
Returns the dominant (i.e. most frequent) color of an image in an Image variable or in an Image control.
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
IWListDeleteAll (Function)
Deletes all the internal windows from the list of internal windows browsed by an Internal Window control.
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
Thumbnail control properties
List of properties associated with the Thumbnail control...
Context Menu control properties
You can manipulate Context Menu controls in a page using the following WLanguage properties......
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
HOnError (Example)
Usage example of the HOnError function
Creating a frameset
WEBDEV proposes several methods for creating a frameset......