ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

New (Reserved word)
New is used to allocate memory space...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
HNotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.
REST web services: Automatic request deserialization
In a REST Webservice, there can be entry points of various types......
HReadSeek (Example)
Usage example of the HReadSeek function
WINDEV, WEBDEV and WINDEV Mobile general options
The general options are used to configure the working environment of the product used......
Code editor: Display options
The code editor proposes several display options......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
2024 new features brochure: WINDEV new features
WINDEV 2024 new features in the 2024 New Features brochure....
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
HForward (Example)
Usage example of the HForward function
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
HSetPosition (Example)
Usage example of the HSetPosition function