ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program...
Reverse code modeling
The reverse code modeling allows you to view in a graph...
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key...
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
Code snippets
The code editor allows you to enter "Code snippets"...
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)...
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...
Project anomalies: dead code and orphan elements
WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements.
MyPage (Reserved word)
MyPage is used to handle the current page...
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...
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
In64bitMode (Function)
Indicates whether or not the code is run in 64-bit mode.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
InAJAXMode (Function)
Specifies whether the code is run from:
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code...
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
MyReport (Reserved word)
MyReport is used to handle the current report...
InTSEMode (Function)
Indicates whether the code is run:
  • from a computer in TSE mode or from a remote desktop.
  • from a computer directly.
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.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
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...
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
Project dashboard
The project dashboard provides an overall view of project status via different widgets....
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
MySelf (Reserved word)
MySelf is used to handle the current control...
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date...
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window....
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability...
FinFutureVal (Function)
Returns the future value of an investment.
FinRepayVal (Function)
Returns the amount of each regular payment for an investment with fixed interest rate and fixed...
ThreadMode (Function)
Changes the management mode of threads.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values...
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure...
Examples for using the OLE DB provider for HFSQL
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application...
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Popup window
WINDEV allows you to open windows in popup format......
Starting WDOptimizer in a command line
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited...
WDAdminHF: Managing the data files
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile...