ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
iPrintReport (External language)
Prints a report created with the report editor.
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Screen,Get (External language)
Retrieves the value in a control or in a variable.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
MyWindow (Reserved word)
MyWindow is used to handle the current window...
iSequencingAdd (Function)
Adds a report into a sequence of report prints.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
PageParameter (Function)
Returns the value of a parameter passed to the current page.
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
Generating the RAD pattern
To generate a RAD pattern:...
List of extension attributes
The list of extension attributes ......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
API (Function)
Runs a function found in an external DLL.
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......