ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
HOut (Example)
Usage example of the HOut function
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
GglListCalendar (Function)
Retrieves the list of Google calendars associated with the specified Google account.
iDocumentCanceled (Example)
Usage example of the iDocumentCanceled function
HModify (Example)
Usage example of the HModify function
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
PanelAttach (Function)
Attaches or changes the attach position of a Dockable Panel control.
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
HChangeConnection (Example)
Usage example of the HChangeConnection function
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.