ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
ScreenToFile (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....
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
The Edit control
The Edit control allows users to enter data......
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
1. Examples provided with WINDEV Mobile
Various constants
List of various constants used by the constants WINDEV functions....
Recompiling the project
The project compilation is a process used to......
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
EnumControl (Function)
Returns the name of Nth control found in the specified element.
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
Z-index of a control
All the controls in a window or report have a different z-index......
HNext (Function)
Sets the position on the next data file record according to a browse item.
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
29. SEO in practice
HTTPRequest (Function)
Starts an HTTP request on a server.
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Creating the menus for the pages of the WEBDEV RAD pattern