ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......
Style sheet
A style sheet ("......
Step 5: Site parameters
Once the site installed, you can define the site connection options......
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
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....
<Document variable>.RedoCount (Function)
Returns the number of canceled actions that can be redone on a Document variable.
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
List Box, ListView and Combo Box control functions
List of functions for managing List Box, ListView and Combo Box controls...
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
Movable (Property)
The Movable property is used to: Find out whether a table column can be moved by the user, Allow and/or forbid a table column to be moved by the user....
Functions for managing Map controls (prefix syntax)
The following functions are used to manage Map controls via prefix syntax...
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
Diagram Editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Sharing elements with a WINDEV application
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Infinite Progress Bar control
Progress bars provide useful information to the end user......
2. Examples and components provided with WEBDEV