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...
AnimationMinFPS (Function)
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
How to open a window?
<Gantt chart>.DeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
Compilation options
The compilation options allow you to define the help system generation settings......
WINDEV and OPC
OPC stands for "OLE for Process Control"......
GanttDeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
zipInfoFile (Example)
Usage example of the zipInfoFile function
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
CookieWrite (Example)
Usage example of the CookieWrite function
CookieRead (Example)
Usage example of the CookieRead function
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
12. Available tests
DateToInteger (Function)
Converts a date to an integer.