ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
<Source>.NbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
SysWinShow (Function)
Modifies the display status of a window.
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
beaconDetectionInfo (Type of variable)
The beaconDetectionInfo type is used to describe information relative to a Beacon detected with BeaconDetectPrecise.
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
xlsNbColumn (Example)
Usage example of the xlsNbColumn function
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
Fax constants
List of constants used by the functions for managing faxes....
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......