ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iColumnEnd (Function)
Forces a column break in a multi-column report.
geoTrackingEnable (Function)
Enables the management of location tracking in a WINDEV Mobile application.
Find/Replace in the current project
The "Find/Replace" feature is used to......
nWDExecute: Running a WLanguage function
Running a WLanguage function by dynamic compilation with command formatting......
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
RegistryValueType (Function)
Returns the type of value found in the registry.
Remote WEBDEV Administrator
The remote management tool, that can be run from any computer equipped with an Internet browser, is a module used to ......
grTitle (Function)
Modifies the caption and/or position of the chart title....
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
grColor (Function)
Returns and initializes the color of different chart elements.
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
Installing a SOAP server with Apache
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
RegistryCreateKey (Function)
Creates a key in the Windows registry.
Environment of the report editor
Environment of the report editor...
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
HOpenConnection (Example)
Usage example of the HOpenConnection function