ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Operations performed on use case diagrams
The following paragraphs explain......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
SchedulerWorkingHourResource (Function)
Used to indicate the specific working hours per day and per resource in a Scheduler control.
Filling a Chart control
The data that will be displayed in the Chart control can come from......
Constants for the geo-localization functions
Constants used by the geo-localization functions...
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Procedure/Function
A procedure is used to associate an identifier with a statement block......
zipDeleteFileList (Function)
Deletes a list of files from an archive.
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
WDTRAD options
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
SocketConnect (Function)
Connects a client computer to a given socket.
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
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......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
WINDEV and OPC
OPC stands for "OLE for Process Control"......
Code snippets
The code editor allows you to enter "Code snippets"......