ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with a menu or with a menu option
Several WLanguage properties can be used on a menu found in a window or in a page......
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
Camera control properties
You can handle Camera controls in a window using the following WLanguage properties......
Social Network control properties
A Social Network control can be handled in a page by the following WLanguage properties......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
Container column in a Table control
A cell found in a Table control can contain a set of controls......
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
Enumeration (Type of variable)
An enumeration is a set of values......
AAFPossible (Function)
Indicates whether an AAF (Automatic Application Feature) can be run on a specific control.
Background
The "Background" keyword can correspond to: the Background variable, the Background property of a docParagraph variable....
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......