ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Link control properties
The Link control is available in a page and in a report......
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
HOpen (Function)
Opens a data file.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
HDescribeItem (Function)
Describes a file item through programming.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
24. Displaying and linking pages
Constant
The constants are language elements whose value is fixed once and for all...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
How to use an array of structures?
An array of structures is an Array variable......
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
Runtime log
The runtime log is the best way to identify the most used features of an application......
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
ArrayDistinct (Function)
Returns an array without duplicates.