ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ID (Property)
The ID property is used to get and change IDs.
iPrintReport (Example)
Usage example of the iPrintReport function
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.
<Image variable>.DrawRectangle (Function)
Draws a rectangle in an Image variable.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
zipCurrentFile (Example)
Usage example of the zipCurrentFile function
<Image>.DrawPoint (Function)
Draws a point in an Image control.
Size (Property)
The Size property is used to determine and change the size of an element.
fExtractPath (Example)
Usage example of the fExtractPath function
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
Manipulating HTML controls programmatically
WINDEV and WEBDEV allow you to programmatically manipulate HTML controls......
KeyExpression (Example)
Usage example of the KeyExpression property
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.