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.
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function
HViewToFile (Example)
Usage example of the HViewToFile function
<WDPic variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
<picLayer variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
Error 1033: The access directives are not allowed in a structure
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'
MongoGridFSListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
Orientation (Property)
The Orientation property is used to get and change the orientation of an element.
BrowserOpen (Function)
Opens a web page identified by its URL in a new browser.
xlsData (Example)
Usage example of the xlsData function
DnDCursor (Example)
Usage example of the DnDCursor function
MatDeterminant (Example)
Usage example of the MatDeterminant function
Modified (Property)
The Modified property lets you know if an element has been modified.
PDFNumberOfPages (Function)
Returns the total number of pages found in a PDF file.
Namespace (Property)
The Namespace property is used to manage namespaces.
Error 1003: The element does not exist in the class
Error 809: The * character cannot be used as mandatory parameter in a function
gpwFindUser (Function)
Retrieves the characteristics of a user of the user groupware.
gpwModifyUser (Function)
Modifies a user in the database of user groupware.
Error 39: The END statement marking the end of declaration of the composite variable is missing
Visible (Property)
The Visible property is used to set the visibility of an element.
CDList (Function)
Returns the list of CD/DVD players installed on the current computer....
MatFill (Example)
Usage example of the MatFill function
TokenURL (Property)
The Property URLToken allows you to know and modify the URL for retrieving the access token.