ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Looper control linked to a data file
A Looper control can be used to display the content of a data file or query...
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query...
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
16. Types of code
Handling Organization Chart controls programmatically
ERR_MAX_CONNECTION
...ERR_MAX_CONNECTION...
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
<Source>.BuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
The Looper control
A Looper control is used to repeat the controls found in a specific area......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported onto the current computer......
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server data files......
The Spreadsheet control
Spreadsheets are one of the most used office tools......
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.