ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project anomalies: dead code and orphan elements
WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements.
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Checkers available in the code editor
The code editor proposes several tools used to correct the code...
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)...
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
Reverse code modeling
The reverse code modeling allows you to view in a graph...
MyPage (Reserved word)
MyPage is used to handle the current page...
MyReport (Reserved word)
MyReport is used to handle the current report...
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
MySelf (Reserved word)
MySelf is used to handle the current control...
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found...
InComponentMode (Function)
Indicates whether the code is run:
  • from a WINDEV application, a WEBDEV website or a PHP page.
  • from a component.
Automatically executed processes / events in an application
Several actions are automatically performed when opening or closing an application.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
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...
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later......
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls...
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information...
2. Types of setup
Types of setup...
Managing main window menus
A main menu is necessarily associated with a window......
Running the test of the User Groupware and installing it
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input...
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
SOAPRun (Function)
Runs a procedure on a SOAP server.
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Constants for managing the Windows scheduler
List of constants used by the functions for managing the Windows scheduler....
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode...
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open...
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed...
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......