ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Splitter control
The Splitter control is used to divide a window into several distinct areas...
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
Using the task management and the schedule
Time management is extremely important......
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Activation key management functions
The following functions are used to manage activation keys:...
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
Database schema shared between earlier WINDEV applications and WINDEV 2025 applications
A database schema can be shared between a WINDEV application......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example])....
Select query description window: Use
Let's see some operations specific to the description window of a select query......
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PDFIsProtected (Function)
Checks whether the PDF file requires a password in order to be read.
iColumnEnd (Function)
Forces a column break in a multi-column report.
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
<picLayer variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a picLayer variable.
DisplayOnly (Property)
The ReadOnly property determines if an element is read-only.