ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
SCM: Merging differences
WDOptimizer is used to......
ComponentInfo (Function)
Returns information about a component.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
zipDeleteFileList (Function)
Deletes a list of files from an archive.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
DotNetRun (Function)
Runs a procedure on a .Net server.
Type XLSCell: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
Defining specific character sets in HFSQL tables
When an application displays or saves data in HFSQL tables, this data is typed in the current language......
J2EERun (Function)
Runs a procedure on a server of J2EE XML web services.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
Preparing the phone to test an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
Installing a WEBDEV website
There are two methods to install a WEBDEV website on a Unix server......
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......