ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
WHelp (Function)
Displays a file or a help page in HLP or CHM format.
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
HCross (Function)
Crosses a record in a data file.
zipOpenCAB (Example)
Usage example of the zipOpenCAB function
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
ServiceControl (Function)
Sends a control message to a service.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
2. Projects in practice
Discover the main operations that can be performed on a project....
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
HDescribeFile (Function)
Describes a table programmatically.
fStopCompress (Example)
Usage example of the fStopCompress function
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
zipSize (Example)
Usage example of the zipSize function