ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Image editor: Features
The image editor includes several features......
SQL Server Native Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model database schema......
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
MapPolygon (Variable type)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Diagram (Variable type)
The Diagram type is used to define all the advanced characteristics of a diagram that can be edited in the Diagram Editor control.
Types of Edit controls
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
NbRecRead (Property)
The property NbEnrLu property lets you know the number of records read: selected by both the report source AND the filter code (if any).
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in data-bound controls.
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
fShortName (Example)
Usage example of the fShortName function