ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HStatCalculate (Function)
Performs various statistical calculations on the file keys.
9. Sharing a project in practice
Sharing a project in practice...
Creating a window skin template
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
Installing the robot controller
The monitoring robot includes three executables......
SourceToScreen (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 HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Composite variable
A composite variable contains different types of elements (members)...
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
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)....
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
SQLFirst (Function)
Positions on the first row of the query result.
GPSGetPosition (Function)
Retrieves information about the current device position.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
Declaring and using a variable
A variable is defined by name and type......
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....