ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
iPageNum (Function)
Returns or initializes the number of the page currently printed.
<Looper>.RecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
SysIMEI (Function)
Returns the IMEI number of an Android phone.
fDriveInfo (Function)
Returns information about a drive.
Creating an executable file
Once the development of your WINDEV application is completed (windows, reports, queries, etc.)...
<Source>.NbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
Properties of a help page
The characteristics of a help page are used to define...
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
IsEven (Function)
Identifies an even number.
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
<Source>.RecNum (Function)
Returns:
  • the number of the current record in the HFSQL table.
  • the number of the current record in the HFSQL view.
NumberInWords (Function)
Converts a number to words.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
IsOdd (Function)
Identifies an odd number.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
Managing the database schema versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the database schema from the data model editor...
<TreeView Table>.ChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
NotesNbAttachment (Function)
Returns the number of files attached to an item of the current document in Lotus Notes.
TableChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
zipNbPart (Function)
Returns the number of sub-archives (parts) of an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format.
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
StreamInfo (Function)
Returns the name and/or number of the stream issuer.
<Calendar>.SelectCount (Function)
Returns the number of days selected in a Calendar control.
HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
The Text field: Edit control and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
InitRandom (Function)
Initializes the generator of random numbers.
SysSerialNum (Function)
Returns the IMEI number of the current device.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
HRecNum (Function)
Returns:
  • the number of the current record in the HFSQL table.
  • the number of the current record in the HFSQL view.
<ANSI string>.CharactTypeCount (Function)
Returns the number of characters matching a given type.
HComputer (Function)
Stores a unique computer number or identifier in order to use the log and transactions over the network.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
TableRecNum (Function)
Returns the number of the current record in a data-bound Table control based on a table.
SMSSend (Function)
Sends an SMS.
Open (Function)
Opens a modal WINDEV window.
iCreateFont (Function)
Creates a new print font.
Android configuration for push notifications (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using...
OCR: Turn images into text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
zipArchive (Variable type)
The type zipArchive type is used to manipulate an archive file corresponding to one...
HModify (Function)
Modifies the specified record or the record found in memory in the table (query or view).
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member...
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
SQLChangeConnection (Function)
Modifies the current connection.
Reals
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
WBAdminAuth (Type of variable)
The WBAdminAuth type allows you to define all the advanced characteristics of the API used...
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL tables.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
InApp constants
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure...
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
2. Analysis in practice