ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
Control (Variable type)
The Control type is used to define the characteristics of a control.
SocketRead (Function)
Retrieves a message sent by another socket.
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
fUnlock (Function)
Entirely or partially unlocks an external file.
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
LooperToExcel (Function)
Creates an Excel file with data from a RepeatString field (RepeatString field file or RepeatString field memory).
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
10. Internal components in practice
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
httpResponse (Variable type)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
Global and local variable
Two types of variables are available......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......