ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
Input (Function)
Displays a message allowing the user to type an information.
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
Events associated with the Rating control
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
Events associated with ListView controls
List of events associated with ListView controls...
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Control constants
List of constants used by the functions for managing controls...
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
FaxConnect (Function)
Establishes a connection to a fax server.
Anchored move on the main axes
To facilitate the positioning of controls, you have the ability to force their move according to the four main axes (0°, 45°, 90°, 135°)....
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
Check model
You can use check models to easily create checks...
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
HCopyRecord (Example)
Usage example of the HCopyRecord function
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......