ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is 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.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
Constants for managing videos
List of constants used by the functions for video management....
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
Manipulating a Layout control programmatically
A Layout control can be......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version of report editor) ......
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Accessing a database via a web service
The database can be accessed via a web service......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Managing the styles
The help editor allows you to define styles of paragraphs......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
sfLeadConvert (Type of variable)
The sfLeadConvert type is used to describe the conversion parameters of a lead...
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
WDTrans: Overview
WDTrans is a tool for canceling transactions......
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
14. PHP generation in practice