ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
SQL view
An SQL view is a virtual data source defined by an SQL query......
2. Projects in practice
Discover the main operations that can be performed on a project....
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
Constant
The constants are language elements whose value is fixed once and for all...
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
CameraRequestPermission (Function)
Requests permission to use the device's camera....
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
2. Projects in practice
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
fUncompress (Function)
Decompresses a file that was compressed by fCompress.