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.
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files...
InitRandom (Function)
Initializes the generator of random numbers.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring...
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration...
MatExist (Function)
Checks the whether the matrix exists in memory.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared...
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database...
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows...
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
iConfigureReport (Function)
Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile).
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files...
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array...
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest....
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop...