ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer.
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
<ANSI string>.CharactTypeCount (Function)
Returns the number of characters matching a given type.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
InitRandom (Function)
Initializes the generator of random numbers.
<Calendar>.SelectCount (Function)
Returns the number of days selected in a Calendar control.
IsOdd (Function)
Identifies an odd number.
IsEven (Function)
Identifies an even number.
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
The Text field: Edit control and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
SysIMEI (Function)
Returns the IMEI number of an Android phone.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
fDriveInfo (Function)
Returns information about a drive.
SysSerialNum (Function)
Returns the IMEI number of the current device.
Properties of a help page
The characteristics of a help page are used to define...
NotesNbAttachment (Function)
Returns the number of files attached to an item of the current document in Lotus Notes.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
<TreeView Table>.ChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
StreamInfo (Function)
Returns the name and/or number of the stream issuer.
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
<Looper>.RecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
Warning (Function)
Displays a custom message in a system warning window.
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed...
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed...
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser...
The HTML Display control
The HTML Display control displays a web page in an application......
WINDEV and OPC
OPC stands for "OLE for Process Control"......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo...
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format...
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
2. WEBDEV administrator in practice
Report controls
Several types of controls can be handled in a report created by the report editor......
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
Optional connection information
When defining the connections in the data model editor or when defining the connections...
Constants for external files
List of constants used by the functions for managing external files....
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
WDInst: Configuring the uninstaller
The application uninstaller is the application that allows the end user to uninstall...
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
15. Creating the executable in practice
Creating the executable in practice...
11. Table/Looper controls
Integrate two-factor authentication into your applications
In version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to set up a login via two-factor...