ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
List of reserved words
Record (Type of variable)
The Record type is used to save the values of a record.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
12. External component in practice
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
SQL view
An SQL view is a virtual data source defined by an SQL query......
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....
HReadFirst (Function)
Sets the position on the first record according to a browse item.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Sending elements to Free Technical Support
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Creating the link buttons in the windows of a WINDEV RAD pattern
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
CalculatorButton (Property)
The CalculatorButton property is used to determine and indicate whether a Numeric or Currency Edit control has a button to display a popup calculator.
13. External component in practice
External component in practice...
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.