ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
Link properties
When creating a link, you can simply specify the destination......
Items used in a select query
A query created in the query editor can contain several types of items......
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
Events associated with Chart controls
List of events associated with the Chart controls...
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Events associated with Splitter controls
List of events associated with Splitter controls...
Events associated with Spin controls
List of events associated with Spin controls...
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......
Hash functions
Hashing is used to summarize a file or a character string......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
<Table>.AddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
10. Page templates