ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the data file match the parameters described programmatically or in the analysis.
RestartProgram (Function)
Ends the application and restarts it.
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
iVLine (Function)
Prints a vertical line at specified coordinates.
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
ErrorBuild (Function)
Displays a custom error message in a system error window.
16. Application test in practice
ExePriority (Function)
Returns or modifies the priority of an application currently run.
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
ERR_FORBIDDEN_INSTALL
ERR_FORBIDDEN_UPDATE
Manipulating a Layout control programmatically
A Layout control can be......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....
Managing parallel tasks
The computers are becoming more and more powerful......
Warning (Function)
Displays a custom message in a system warning window.
Combination (Type of variable)
A combination is a set of options.
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
Composite keys
A composite key is a key item containing several other items......
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......