ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
<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.)....
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
12. Preventing from going back to a page
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
MoveColumn (Function)
Moves or swaps a column in a two-dimensional array property contained in an advanced type (xlsDocument, etc.).
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
8. 10 tips for better interfaces...
Examples for using the OLE DB provider for HFSQL
16. Protecting access to the site: passwords
Windows
The windows represent the main interface of a WINDEV application......
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
Description window of a combining query
The description window of a combining query consists of several sections......
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Example for creating a select query
This help page explains how to create two select queries......