ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
Modbus constants
Constants used by the Modbus management functions....
Modbus functions (prefix syntax)
List of Modbus functions...
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
<Source>.Version (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
InitialItem (Property)
InitialItem is used to find out the initial name of an item found in a query. This name is known from the alias of this item.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
TwainSelectSource (Function)
Displays a standard dialog box used to list the different Twain devices available on the current computer.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
tapiDeviceList (Function)
Lists the TAPI 2.0 and TAPI 3.1 compatible devices installed on the current computer.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
Task management functions
List of functions for managing tasks...
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
DriveListeFileGgl (Function)
Lists files from the Google suite (Google Docs, Google SpreadSheets, etc.) present in a Google Drive.
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
ChangeStyle (Function)
Modifies the style of a control dynamically.
The Site Map control
The Site Map control allows the Web user to......
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......