ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
SaaSAdminReadSiteParameter (Function)
Reads a site parameter that was saved by SaaSAdminWriteSiteParameter.
ThreadEnd (Function)
Ends the execution of the current thread.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
RestartProgram (Function)
Ends the application and restarts it.
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Logical operators
The logical operators are as follows......
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
Diagram constants
The following constants are used to manipulate diagrams:...
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
Developing 64-bit sites
You can deploy 64-bit compatible sites......
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......