ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
Glossary
The glossary lists all the abbreviations used in the code editor......
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
OutlookStartSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
fReportsAndQueriesDir (Function)
Returns: the full path of the directory for the custom reports and queries. This directory corresponds to the directory of the reports and queries visible by the user who created them. the full path of the directory for the shared reports and queries. This directory corresponds to the directory of the reports and queries visible by all the application users....
Constants for managing Organizer controls
Constants for managing Organizer controls...
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
WDHFDiff: Overview
WDHFDiff is a tool used to compare HFSQL data files......
14. Managing the "Back" button in practice
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
StreamConfigure (Function)
Specifies the network parameters required to use the Conference controls on Internet.
Describing a problem to the Free Technical Support
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
MyReport (Reserved word)
MyReport is used to handle the current report...
DDE constants
List of constants used by the DDE functions...
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
NullableIndex (Property)
The NullIableIndex property determines if a key item supports the "Null" value.
How to develop a PHP site?
What is a PHP site?......