ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

xlsMergeCell (Function)
Merges the specified cells in an Excel document.
NationFramework (Function)
Defines or identifies the language of the framework.
Creating a table in a report
Tables can be created in a report......
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
CtDescribedOLEDBProvider (Property)
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
MapGetStyle (Function)
Returns the style used by the map displayed in the Map control.
<xlsDocument variable>.MergeCell (Function)
Merges the specified cells in an Excel document.
<xlsDocument variable>.UnmergeCell (Function)
Unmerges a given cell.
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
CtDescribedDatabase (Property)
The CtDescribedDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
Runtime log
The runtime log is the best way to identify the most used features of an application......
HRSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
SwipeEnabled (Property)
The SwipeEnabled property enables or disables the swipe gesture support: on an Internal Window control. on a row in a Looper control....
Operator on Address
The & operator returns the address of a variable as an integer
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Kanban control events
The following events are associated with Kanban controls......
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
Character strings
WLanguage supports different types of strings....
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)....
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......