ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV concepts
The FileFilter property gets and sets the filter used to display files: when using assisted input in an Edit control or table column with the "File path autocomplete" option (in the "General" tab of the description window), in the file picker displayed when the user selects the "Browse..." option in the context menu of an Edit control, table column or Combo Box control....
Pictorial Percentage chart
The Pictorial Percentage chart illustrates data as percentages, using shapes......
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
Radio Button control properties
List of properties associated with a Radio Button control...
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
Source Code Manager (SCM)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory area....
DeleteButton (Property)
The DeleteButton property is used to determine if there should be an automatic delete button in a Text Edit control, and to change its position.
TabOffset (Property)
The TabOffset property is used to get and change the offset between the border of a Tab or Ribbon control and the tab buttons.
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Project description: Tables tab
The project description window allows you to configure various elements of your project......
WINDEV Mobile concepts
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Project description: Style tab
The project description window allows you to configure various elements of your project......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
How to?
Image control: the supported formats
The supported image formats are as follows:...
4. Create a page in the editor...