ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HFileExist (Example)
Usage example of the HFileExist function
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
Manipulating Organizer controls programmatically
Organizer controls can be manipulated programmatically....
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
SQLExec (Function)
Names and runs an SQL query.
Report based on a query
Queries are used to easily select records in one or more data files......
Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
8. Project sharing in practice
Deselects a row in a Looper control....
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
Constants for external files
List of constants used by the functions for managing external files....
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
SQL functions for handling spatial data
Below are the main SQL functions that can be used to handle spatial data in SQL queries......
Error 11: The label is unknown
Configuring the setup program
Two tools can be used to create a setup program......
Composite keys
A composite key is a key item containing several other items......
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
Pyramid charts
Pyramid charts allow you to view data in descending order......
HDescribeConnection (Example)
Usage example of the HDescribeConnection function