ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing a SOAP server with Apache
HDelete (Function)
Deletes a record from a data file (query or view).
GetDefinition (Function)
Retrieves the definition of element type.
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
DecryptStandard (Function)
Decrypts a message that was encrypted with a symmetrical encryption algorithm (AES, DES, etc.).
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
SysSpace (Function)
Returns the physical memory space for the current computer.
Principle for running threads
At runtime, an application runs in a main thread......
Constants for the archiving functions
List of constants used by the archiving functions....
13. Generation modes
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Error 1054: 'Ancestor' cannot be used outside the code of a class
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
Python: Native calls
WLanguage allows for native Python calls......
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Collaboration diagram
A collaboration diagram presents the structural organization of objects that send and receive messages......
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
mlLoadWorkspace (Function)
Loads all the variables of a MATLAB file in the session.
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
FTPListFile (Example)
Usage example of the FTPListFile function