ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
The Text field: Edit control and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
7. Multilingual applications in practice
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
Sending elements to Free Technical Support
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
zipExtractFile (Example)
Usage example of the zipExtractFile function
Code editor: Snake_case or PascalCase
There are several naming conventions to write variables in the code......
StatVarianceP (Function)
Calculates the variance for a full series of values.
AuthLogout (Function)
Logs out a user previously authenticated via: the OAuth 2.0 protocol on any web service. the OpenID protocol on any web service. a JSON Web Token (JWT)....
Creating the windows and the pages of the RAD pattern
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
HSetMemo (Function)
Used to modify the management mode of memo items.
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min