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.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
Priority (Property)
The Priority property is used to get and change the priority level of an element.
ServiceRestart (Function)
Restarts a service (already started).
Error 35: 'Continue' is available in the loops only
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
HorizontalAlignment (Property)
The HorizontalAlignment property is used to get and change the horizontal alignment of a control...
VerticalAlignment (Property)
The VerticalAlignment property is used to get and change the vertical alignment of a control...
FBGetUserInformation (Function)
Retrieves the Facebook information of connected user.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
fUnlock (Example)
Usage example of the fUnlock function
SQLFirst (Example)
Usage example of the SQLFirst function
xlsColumnType (Example)
Usage example of the xlsColumnType function
MIMEType (Property)
The MIMEType property is used to get and change the MIME type of an element.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices...
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS...
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change...
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS...
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.