ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
Events associated with ListView controls
List of events associated with ListView controls...
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
Monitoring robot: General check parameters
The general parameters of the check must be defined when creating or modifying a check......
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
ThreadMode (Function)
Changes the management mode of threads.
Starting WDOptimizer in a command line
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
dbgEnableLog (Function)
Enables the runtime log programmatically.
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
Multi-touch in a Chart control
One of the most common applications of the multi-touch feature is used to handle images......