ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Page editing: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
pdfControl (Variable type)
The pdfControl type is used to get all the characteristics and values of a control present in a PDF form.
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
Description (Property)
The Description property is used to get and change the description of an element.
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
HTTPRequest (Example)
Usage example of the HTTPRequest function
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
Managing main window menus
A main menu is necessarily associated with a window......
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
Sliding Banner control properties
The WLanguage properties can be used to handle ......
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
OpenMobileWindow (Function)
Opens a window in a mobile application.
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min