ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage...
beaconDetectionInfo (Type of variable)
The beaconDetectionInfo type is used to describe information relative to a Beacon detected with BeaconDetectPrecise.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
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....
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
HCross (Function)
Crosses a record in a data file.
WBAdminAuth (Type of variable)
The WBAdminAuth type allows you to define all the advanced characteristics of the API used to remotely manage a WEBDEV Application Server.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
TabOpen (Function)
Opens a new pane in a Dynamic Tab control.
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min