ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
How to open a page?
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
Constants for WLanguage types
List of constants for managing WLanguage types....
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
The Time control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
Voice commands in your applications
The applications that you develop can react to the user's voice......
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
GestureNbPointer (Function)
Returns the number of pointers in contact with the screen.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...