ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Advanced types
The advanced types of WLanguage are as follows...
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Discover all the possibilities of pivot tables
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
14. Generation modes
Generation modes...
LooperAdd (Function)
Adds a row at the end of a Looper control.
fRename (Function)
Modifies the name of a file.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Dictionary
The dictionary is a file that can contain the project elements......
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.