ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
Describing an element
A flexible modeling includes different elements linked together......
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
12. Pages in practice
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
The Clickable Image control
The Clickable Image control can be used to......
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
Project description: Project tab
The project description window allows you to configure various elements of your project......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....