ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The different types of windows
The following types of windows can be created in a WINDEV application......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Specific features of the Express version
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
WINDEV Mobile 2024
WINDEV Mobile 28 is available!...
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
ERR_NO_END_TAG
WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported onto the current computer......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
iFont (Function)
Selects the default font.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
iVLine (Function)
Prints a vertical line at specified coordinates.
4. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
WINDEV, WEBDEV and WINDEV Mobile: fully compatible format...
2. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
New projects are often cross-platform....
Detailed use of WINDEV FTP/RPC
iPrint (Function)
Sends the character string passed as parameter to the print buffer.