ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
InputMask (Property)
The InputMask property is used to:
  • get the input mask.
  • set the input mask (from the masks available for the type).
Mask functions
The following functions are used to manage masks...
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
Creating the Form windows of a WINDEV RAD pattern
Find/Replace in the current project
The "Find/Replace" feature is used to......
ChangeAction (Example)
Usage example of ChangeAction
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
WINDEV and the SOAP protocol
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
AdLoaded (Property)
The AdLoaded property indicates whether an ad is currently loaded (and displayed) in the Ad control.
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
ThreadExecute (Function)
Starts the execution of a secondary thread.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
BottomIndent (Property)
The BottomIndent property gets and sets the space at the bottom of the text (bottom margin) in a control.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Handling TimeLine controls programmatically
A TimeLine control can be......
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Declaring and using a variable
A variable is defined by name and type......
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
TopIndent (Property)
The TopIndent property is used to get and change the space at the top of the text (top margin) in a control.
Events associated with Looper controls
List of events associated with Looper controls...
Replication: The different types
The data replication is a powerful feature......