ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
zipAddFile (Function)
Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HBackward (Function)
Moves backward several records from the current position in the table, according to a specified item.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Handling Scheduler controls programmatically
A Scheduler control can be......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
HTMLToText (Function)
Converts an HTML string or buffer to text.
HSetPosition (Example)
Usage example of the HSetPosition function
I'm a Project Manager: How do I manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
HLast (Function)
Sets the position on the last record of a table according to a browse item.
SQLFirst (Function)
Positions on the first row of the query result.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
WDInst: include an autorun in a CD installation
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......