ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Camera control in a mobile application
The Camera control is used to......
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
Properties associated with the areas defined in Zoning mode
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Setup mode
Several methods can be used to distribute a WINDEV application......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
Designing a supercontrol
A supercontrol is an advanced type of control......
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Creating anchors
The anchors are used to define specific points in a help page......
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
<Array>.AddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
User report editor (Reports & Queries)
A report provides a custom view of data......