ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
InfoBuild (Function)
Displays a custom message in a system information window.
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
gpwForgottenPassword (Function)
Runs an action to retrieve or change the password of a user.
UPNPFindDevice (Function)
Finds a device based on its unique name (UDN).
Obtaining an SSL certificate for IIS2 (2.0 or later)
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
Reduced (Property)
The Reduced property is used to determine if a Dockable Panel control is expanded/collapsed, or to switch between the two states....
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
HResetGroup (Function)
Initializes the structure for group management (HGroup) with the default values.
HResetUser (Function)
Initializes the structure for user management (HUser) with the default values.
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
WDOptimizer: Editing and modifying a ".REP" file
Input (Function)
Displays a message allowing the user to type an information.
Managing assertions
...The main available features are as follows:...
Window controls
Several types of controls can be used in a window, ......
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.