ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file...
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice...
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project...
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Page templates and inheritance
...When a page template is applied to a page, all the controls and code found in the template...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
Import an Document Figma
Les fonctions Bitcoin permettant notamment de manipuler un serveur Bitcoin Core sont les suivantes ......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control...
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped...
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents...
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web...
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application...
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal...
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal...
Creating a table in a report
Tables can be created in a report......
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types...
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given...
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Test of a query
The query editor allows you to run the test of query result......