ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Cross-references in the code editor
The cross-references in the code editor are used to identify......
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
GestureNbPointer (Function)
Returns the number of pointers in contact with the screen.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
Events associated with the Rating control
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
Events associated with a Spreadsheet control
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
Environment of the window editor
The main elements of window editor are as follows:
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via a context menu......
iFont (Function)
Selects the default font.
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Image control in a page
iPrintReport (Function)
Prints a report created with the report editor.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......