ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......
Locking data files: correspondence between WINDEV 5.5 and the later versions
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
The Cell control
The Cell control contains controls......
nWDExecuteEx: Running a WLanguage function
Runs a WLanguage function by dynamic compilation, without command formatting......
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
fCopyFileWebFolder (Function)
Copies an image file from the data directory of application (or from one of its sub-directories) to the "_WEB" directory of application (or to one of its sub-directories).
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
Setup of the WEBDEV Application Server for Linux
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Error 1004: To explicitly access an element of the base class '%1', use the syntax
ERR_BAD_CONTEXT_FOUND
Deploying a WEBDEV site to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV site (in Session or AWP mode) on a remote Application Server requires......
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
16. Types of code
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
Handling TimeLine controls programmatically
A TimeLine control can be......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......