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...
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
Creating the Form pages of a WEBDEV RAD pattern
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Events associated with the project
List of events associated with the project...
Starting WDOptimizer in a command line
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
".STY" file: "Style sheet" file
A style sheet is a "......
MCI constants
List of constants used by the MCI functions....
ThreadResume (Function)
Resumes the execution of a thread that was interrupted by ThreadSuspend. Function not recommended.
The Clickable Image control
The Clickable Image control can be used to......
fCreate (Function)
Creates an external file.
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
Events associated with Combo Box controls
List of events associated with Combo Box controls...
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
fDir (Function)
Finds a file or directory.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min