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.
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open...
fCopyFile (Example)
Usage example of the fCopyFile function
Combination (Type of variable)
A combination is a set of options.
Manager of automated tests
The test manager is used to......
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo...
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first...
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable,...
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
<Image>.DrawRectangleGradient (Function)
Draws a rectangle in an Image control.
zipSplit (Example)
Usage example of the zipSplit function
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
JSONValid (Function)
Checks the validity of a JSON string.
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window...
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
FileDisplay (Function)
Displays a file in the browser of Web user.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time...