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").
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
WinScreenRectangle (Example)
Usage example of the WinScreenRectangle function
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Pyramid charts
Pyramid charts allow you to view data in descending order......
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Project Management Hub: Time tracking
The time spent can be listed on......
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
TextEllipsis (Function)
Returns the text with ellipsis displayed in an Edit, Combo Box or Static control.
Items used in a select query
A query created in the query editor can contain several types of items......
NetGetFile (Example)
Usage example of the NetGetFile function
Organization chart linked to a data file