ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

"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)...
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
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......
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
WDDIXIO
WDDIXIO is a tool that helps you translate the text of an application......
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.)...
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......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Setup of the WEBDEV Application Server for Linux
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
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...
<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.)....
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
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......
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....