ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key...
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...
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
Project dashboard
The project dashboard provides an overall view of project status via different widgets....
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
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...
InTSEMode (Function)
Indicates whether the code is run:
  • from a computer in TSE mode or from a remote desktop.
  • from a computer directly.
InAJAXMode (Function)
Specifies whether the code is run from:
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
InComponentMode (Function)
Indicates whether the code is run:
  • from a WINDEV application, a WEBDEV website or a PHP page.
  • from a component.
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...
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper...
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located...
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls...
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
CertificateList (Function)
Returns the list of certificates available on the computer.
sInExitQueue (Function)
Retrieves the number of bytes waiting to be transferred in the output buffer of the specified...
DnDAccept (Example)
Usage example of the DnDAccept function
MatCreate (Example)
Usage example of the MatCreate function
MatStack (Example)
Usage example of the MatStack function
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
sfError (Type of variable)
The sfError type is used to find out the characteristics of an error returned by Salesforce...
Sensor constants
Constants used by the SensorXXX functions...
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest....
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow...
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
The Spreadsheet control
Spreadsheets are one of the most used office tools......
17. TLS/SSL: Encrypting information on the Web
Array management functions
List of functions for managing arrays...
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
zipClose (Function)
Closes an archive.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found...