ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Code snippets
The code editor allows you to enter "Code snippets"...
Reverse code modeling
The reverse code modeling allows you to view in a graph...
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)...
Project anomalies: dead code and orphan elements
WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements.
Checkers available in the code editor
The code editor proposes several tools used to correct the code...
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
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...
InTSEMode (Function)
Indicates whether the code is run:
  • from a computer in TSE mode or from a remote desktop.
  • from a computer directly.
MyPage (Reserved word)
MyPage is used to handle the current page...
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...
InComponentMode (Function)
Indicates whether the code is run:
  • from a WINDEV application, a WEBDEV website or a PHP page.
  • from a component.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
Project dashboard
The project dashboard provides an overall view of project status via different widgets....
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...
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
MySelf (Reserved word)
MySelf is used to handle the current control...
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...
MyReport (Reserved word)
MyReport is used to handle the current report...
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
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.
InAJAXMode (Function)
Specifies whether the code is run from:
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic...
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates...
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable,...
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call...
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage...
Creating the Relation windows of a WINDEV RAD pattern
XMLPath (Function)
Returns the current position in the document in XPATH format.
Mashup
The concept of Mashup consists in aggregating data coming from different software, different...
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls...
StatSum (Function)
Calculates the sum for a series of values.
StatVariance (Function)
Calculates the variance for a series of values.
ToClipboard (Function)
Writes text or image information into the system clipboard.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).