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.
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP...
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest...
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed...
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV...
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will...
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
Running the test of the User Groupware and installing it
Operations performed on collaboration diagrams
The following paragraphs explain......
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program...
Multiline strings
To type character strings over several lines in the code editor...
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo...
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored...