ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Handling controls in a report
The different operations available for the report controls are as follows......
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)......
The Dashboard control
Dashboards are essential elements in an application......
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Drawing constants
List of constants used by the drawing functions....
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
iDestination (Function)
Configures the print destination.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
7. Multilingual applications in practice
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
The Edit control
The Edit control allows users to enter data......
14. Controls in practice
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.